You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
corax | 4 years ago | |
lib | 4 years ago | |
libjs | 4 years ago | |
lorgar | 4 years ago | |
magnus | 4 years ago | |
perturabo | 4 years ago | |
roboute | 5 years ago | |
test | 4 years ago | |
CMakeLists.txt | 5 years ago | |
README.md | 5 years ago |
README.md
RadioW
Dependencies
- cmake >= 2.8.12
- qt 5.*
- qt(5)-base
- qt(5)-websockets
- nodejs
- npm
- libssh
- lmdb
- taglib
Building
Attention! During the first build internet connection is mandatory. There are some nodejs dependencies, which npm is going to unstall during configuration.
- Create a build directory and checkout there. For example if you are in project directory, and want to build in subdirectory run
mkdir build
cd build
- Run cmake to configure the project, giving the path to project root directory. For example
cmake ../
- Run make to build the project. For example
make