-
Notifications
You must be signed in to change notification settings - Fork 8
[FireNET] Building on Linux
Ilya edited this page Feb 3, 2017
·
5 revisions
- Go to 3rd folder and unpack 3rd.7z archive
The FireNET is based on cmake for the compilation. In order to build the executable, you have to open a terminal and follow these steps:
# Clone the project
git clone https://github.com/afrostalin/FireNET.git
# Go inside the the project directory
cd FireNET
# Create a build directory and move into it
mkdir build && cd build
# Generate the Makefile using CMake
cmake ..
# Build the library
makeAlso you can find Qt creator project file and use it for compile :
FireNET/FireNET.pro
FireNET/src/tools/auto_test/AutoTest.pro
FireNET/src/tools/build_update/BuildUpdater.pro
FireNET/src/tools/build_deployer/BuildDeployer.pro
FireNET/src/tools/remote_admin_panel/RemoteAdminPanel.pro
1.1. Building
1.2. Using
1.3. Other