Building packages in Linux from source
Always remember that when you build packages in Linux, always do consider these packages as its requirement by the compiler to build the package from source.
- git-core
- build-essential
- libboost-dev
- libboost-program-options-dev
- libboost-thread-dev
- libboost-filesystem-dev
- scons
- gcc-c++
- glibc-devel
-
Comments