-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: introduce build instructions specific to linux
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Building on a Linux host | ||
======================== | ||
|
||
build-time requirements | ||
----------------------- | ||
|
||
Make sure you have the necessary build-time requirements installed | ||
|
||
- scons | ||
- python-argparse or python >= 2.7 | ||
- libssl-dev | ||
- libcurl4-openssl-dev | ||
- libboost-system-dev | ||
- libboost-thread-dev, | ||
- libboost-program-options-dev | ||
- libboost-filesystem-dev, | ||
- libboost-iostreams-dev | ||
|
||
building from source | ||
-------------------- | ||
|
||
check out the git master branch of freelan-all and issue the "scons all" command | ||
|
||
building for Debian, Ubuntu and derivates | ||
----------------------------------------- | ||
|
||
There is work going on to have proper Debian packaging available. Please check back soon. | ||
|
||
To install the compile-time dependencies install "debhelper libssl-dev libcurl4-openssl-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev scons python-argparse" packages as root. | ||
|
||
|
||
building for other distros | ||
-------------------------- | ||
|
||
Packaging patches and instructions will be gladly accepted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters