doc: Updated README to include base-devel in package installation list

This commit is contained in:
Antares 2023-11-15 23:20:42 +08:00
parent 3ba03b2d2f
commit cd1a165eae
No known key found for this signature in database
GPG Key ID: BC195A77AE0ACE3E

View File

@ -337,7 +337,7 @@ git checkout fossa_compatibility
```shell
# Dependencies
sudo pacman -S cmake glew assimp boost gtk3 opencv glfw-x11 ffmpeg4.4 hdf5 fmt vtk eigen libxxf86vm embree3
sudo pacman -S base-devel cmake glew assimp boost gtk3 opencv glfw-x11 ffmpeg4.4 hdf5 fmt vtk eigen libxxf86vm embree3
# Project setup
cd SIBR_viewers
# export CC=$(which gcc-12) CXX=$(which g++-12) # optional, gcc-12 will ignore the error mentioned in section #[Installation from Source]