-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling from source
Ricky Curtice edited this page Dec 20, 2018
·
2 revisions
The following is essentially a log showing how it was done for one user. YMMV, and there's an assumption that you are familiar with compiling C++ from a BASH prompt.
Please note you should cd to another appropriate place where your user has write access.
- Clone or download the repository
-
cdinto the folder containing the WHIP sources. - Execute the build script.
Please be aware of issue #2 "Compile fails on Ubuntu & Linux in general" - we'd love your help with this.
./build.sh
build.bat
You'll find the resulting binaries in the bin folder along with a sample config file.
- Copy
whip.cfg.sampletowhip.cfg - Edit
whip.cfg- Change the
passwordentry to have a value that you'll later add to the appropriate Halcyon configuration files. - Change the
disk_storage_rootentry to point to where you wan the asset files to be stored. Be sure to create this folder as WHIP will not create it for you. Please note that on Linux the path can be relative from the CWD or absolute from root.
- Change the