Giter Site home page Giter Site logo

bsdiff-tag-modify's Introduction

bsdiff-tag-modify

bsdiff-releases-tar.gz modify

origin releases tag

tag

bsdiff-4.3-endsley.tar.gz

bsdiff-4.3.tar.gz

License

Copyright 2003-2005 Colin Percival
Copyright 2012 Matthew Endsley

This project is governed by the BSD 2-clause license.
For details see the file titled LICENSE in the project root folder.

how to use

bsdiff oldfile newfile patchfile

bspatch oldfile newfile patchfile

bzip2 compile

tar zxvf bzip2-1.0.8.tar.gz;

cd bzip2-1.0.8;

make clean;make;

cross compile

patch -p0 < Makefile.patch;

make clean;make CROSS=aarch64-himix100v630r3-linux-

make install PREFIX=/home/bzip2/aarch64-himix100v630r3-linux-

use libbzip.a to compile bspatch in bsdiff-4.3

gcc bspatch-1.c -O3 -I . -L . lib/libbz2.a -o bspatch-1

cross compile

make clean;make CROSS=aarch64-himix100v630r3-linux-

use libbzip.a to compile bspatch in bsdiff-4.3-endsley

gcc bspatch-1.c -O3 -DBSPATCH_EXECUTABLE -I . -L . lib/libbz2.a -o bspatch-1

cross compile

make clean;make CROSS=aarch64-himix100v630r3-linux-

bsdiff-tag-modify's People

Contributors

lbbxsxlz avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.