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

Popular posts from this blog

LVM: How to remove a volume using pvremove

Use Shell Editor for Eclipse for editing bash, ksh, csh in Unix/Linux system

Using sed with backreference as the replacement pattern