Update BuildInstructions.md - boost and cmake versions

pull/6/head
Michal 2019-04-04 12:08:33 +02:00 zatwierdzone przez GitHub
rodzic 4a76900025
commit 7389487284
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2,8 +2,8 @@
To build habdec from source code, you need to build it's dependecies first:
- FFTW
- boost 1.68
- CMake version 3.8.2
- boost (any version with boost-beast 1.66+)
- CMake version 3.8.2 (make sure CMake version supports your boost version, otherwise CMake could fail finding stuff)
- optionally: FLTK
Below are instructions how to obtain and compile each package. Keep in mind, these are WIP and some adjustment to your build env may be needed.
@ -25,7 +25,7 @@ Just download and install binaries from https://cmake.org/download/
export PATH=$PATH:`pwd`/install
## boost 1.68
## boost
#### Linux
wget https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz