Merge branch 'improvement/#25-issue-when-build-under-linux' into 'master'
add missing packages info #25 See merge request filipg/geval!5
This commit is contained in:
commit
aa7bfc360c
10
README.md
10
README.md
@ -78,17 +78,17 @@ If you see a message like this:
|
|||||||
compiler at the preprocessing stage. In this case, you can re-run configure
|
compiler at the preprocessing stage. In this case, you can re-run configure
|
||||||
with the verbosity flag -v3 to see the error messages.
|
with the verbosity flag -v3 to see the error messages.
|
||||||
|
|
||||||
it means that you need to install lzma library on your operating
|
it means that you need to install `lzma` library on your operating
|
||||||
system. The same might go for pkg-config. On macOS (it's more likely
|
system. The same might go for `pkg-config`. On macOS (it's more likely
|
||||||
to happen on macOS, as these packages are usually installed out of the box on Linux), you need to run:
|
to happen on macOS, as these packages are usually installed out of the box on Linux), you need to run:
|
||||||
|
|
||||||
brew install xz
|
brew install xz
|
||||||
brew install pkg-config
|
brew install pkg-config
|
||||||
|
|
||||||
In case the lzma package is not installed on your Linux, you need to run (assuming Debian/Ubuntu):
|
In case the `lzma` package is not installed on your Linux, you need to run (assuming Debian/Ubuntu):
|
||||||
|
|
||||||
sudo apt-get install pkg-config liblzma-dev libpq-dev libpcre3-dev
|
|
||||||
|
|
||||||
|
sudo apt-get install pkg-config liblzma-dev libpq-dev libpcre3-dev libcairo2-dev libbz2-dev
|
||||||
|
|
||||||
#### Windows issues
|
#### Windows issues
|
||||||
|
|
||||||
If you see this message on Windows during executing `stack test` command:
|
If you see this message on Windows during executing `stack test` command:
|
||||||
|
Loading…
Reference in New Issue
Block a user