Browse Source

Update the 64-Bit Haiku Build Dependencies

Update the 64-Bit Haiku Build Dependencies
pull/5292/head
Reed 4 years ago committed by Anders Jenbo
parent
commit
dbe7cc4cee
  1. 2
      docs/building.md

2
docs/building.md

@ -329,7 +329,7 @@ pkgman install cmake_x86 devel:libsdl2_x86 devel:libsodium_x86 devel:libpng_x86
### Installing dependencies on 64 bit Haiku
```
pkgman install cmake devel:libsdl2 devel:libsodium devel:libpng devel:bzip2
pkgman install cmake libsdl2_devel libsodium_devel libpng16_devel bzip2_devel gtest_devel gettext getconf
```
### Compiling on 32 bit Haiku

Loading…
Cancel
Save