sudo apt-get install build-essential socat lrzsz minicom ant git libgtest-dev cmake
git clone [email protected]:caseykelso/xmodem.git
cd xmodem
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../installdirectory
make install -j8
- Follow instructions to install git-repo http://source.android.com/source/downloading.html#installing-repo
brew install ant git Caskroom/versions/java7 socat lrzsz minicom
sudo apt-get install build-essential socat lrzsz minicom ant git
- small memory and storage footprint
mkdir xmodem
cd xmodem
repo init -m xmodem.xml -u git://github.com/caseykelso/xmodem.git
repo sync
ant all_app
ant all_lib
ant app
or
cd build.app
make
TBD
- It is required that the library be built first.
ant tests
Unit testing is implemented with Google's GTest.
All transitions are covered via unit tests.
All transitions are covered via unit tests.
Open a terminal
ant socat
Open a second terminal
tbd