UPDATE readme

made it more errrm palatable for people outside our group
This commit is contained in:
Sagar Ramsaransing 2020-05-12 01:38:35 +00:00
parent 1d44a56603
commit d1e7175c5b

View File

@ -16,8 +16,8 @@ But if you still got the same config as the one we all used for parkmanne, you s
## Dependencies ## Dependencies
Install boost. (https://www.boost.org/) should just be `pacman -S mingw-w64-x86_64-boost` in the msys2 shell. If you still have the same install as the parkmanne project, you already have this installed. DW about it. Install boost. (https://www.boost.org/) should just be `pacman -S mingw-w64-x86_64-boost` in the msys2 shell. If you still have the same install as the parkmanne project, you already have this installed.
If you don't for some reason, see command above. If you don't have the same setup anymore, ask me. Stefan, it is `apt install libboost-all-dev` if i remember correctly. If you don't for some reason, see command above. If you don't have the same setup anymore, ask me. Stefan, it is `apt install libboost-all-dev` on ubuntu if i remember correctly. `pacman -S boost-libs` on manjaro.
We need it for `boost::unordered`, and i have no easy way to include it in the project. We need it for `boost::unordered`, and i have no easy way to include it in the project.
Also, this is only tested on linux. It *should* work on windows. I remember it working on windows, but I recently did a fresh install on windows after getting an SSD and I'm having trouble configuring clang to work for projects I was able to compile in the past. Also, this is only tested on linux. It *should* work on windows. I remember it working on windows, but I recently did a fresh install on windows after getting an SSD and I'm having trouble configuring clang to work for projects I was able to compile in the past.