Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please see Linux (Ubuntu) for command line builds

First time build using x-code:

Note that the build directory should be different from the source directory. The example above uses a subdirectory of the source directory, which is fine - but you can also use one in a completely different location as well.

To rebuild the source, do the following:

cd inbubator-corinthia
git pull
cd build
make

If you work locally or in a branch (recommend) do not do a "git pull".

Testing Corinthia

cd inbubator-corinthia
./build/bin/dfutil -test ./tests

 

Testing Corinthia

Please see Linux (Ubuntu)

 

...