Skip to content
Snippets Groups Projects
Commit 36c1132a authored by deuce's avatar deuce
Browse files

Add notes on building from source archive with the new 3rdp requirement.

parent a61f8fc5
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,14 @@ this in place, a simple "make" should build everything you need. If you're
using *nix you must use GNU Make... under some systems (Such a most BSDs) this
is optional and installed as "gmake" rather than "make".
When building from the source archive, need to set SRC_ROOT to the extracted
path name to locate the bundled 3rd party sources like so:
make SRC_ROOT=/path/to/syncterm-20120226
This can be done using backticks as well:
make SRC_ROOT=`cd .. ; pwd`
or:
make SRC_ROOT=`realpath ..`
Refer to src/build/Common.gmake or src/build/Common.bmake for details of some
of the make options the build system supports.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment