Skip to content

[FireNET] Building on Linux

Ilya edited this page Feb 3, 2017 · 5 revisions

Before compiling

  • Go to 3rd folder and unpack 3rd.7z archive

Compiling

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
make

Qt Creator

Also 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

FireNET

1.1. Building

1.2. Using

1.3. Other

Clone this wiki locally