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

Using Oracle 11g thru VirtualBox appliance in Mac OS X Lion

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