2012年9月17日星期一

tricks to install libsequence and its sub programs in Ubuntu linux

1. the important reference for this operation should be this link from Ross-Ibarra Lab:
http://rilabwiki.ucdavis.edu/doku.php?id=installing_libsequence

2. However, when you install GSL, you will sometimes meet problems. Then you could go to this link to fix the problem by installation of some GSL dependences.

http://beans.seartipy.com/2006/03/15/installing-c-boost-on-gentoo-and-debianubuntu/

######################
# make sure which version of libboost available (in the example 1.33.1), and substitute "1.33.1" with the right version code (currently, "1.41").

sh# apt-get   install   libboost-date-time-dev libboost-date-time1.33.1   libboost-dev   libboost-doc   libboost-filesystem-dev   libboost-filesystem1.33.1   libboost-graph-dev   libboost-graph1.33.1   libboost-iostreams-dev   libboost-iostreams1.33.1 libboost-program-options-dev   libboost-program-options1.33.1   libboost-python-dev   libboost-python1.33.1   libboost-regex-dev   libboost-regex1.33.1   libboost-signals-dev   libboost-signals1.33.1   libboost-test-dev   libboost-test1.33.1   libboost-thread-dev   libboost-thread1.33.1  
Or,
sh# apt-get install libboost.*-dev libboost-doc libboost.*1.33.1
 
 3. You need to specify the right PATH to apply "sudo ./bjam install", when you are install boost library.

# add the following two lines to you ".bash_profile" file

export PATH="$PATH:/home/jmao/Downloads/boost_1_51_0"
export PATH="$PATH:/home/jmao/Downloads/boost_1_51_0/stage/lib"

没有评论:

发表评论