User talk:Darek Kedra/GBrowse install: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 19: Line 19:


./configure  --enable-deflate --enable-headers --enable-expires --prefix=/home/gbrowse/local/apache2
./configure  --enable-deflate --enable-headers --enable-expires --prefix=/home/gbrowse/local/apache2
==Perl modules==

Revision as of 06:02, 27 June 2011

Installation of GBrose on Debian within VirtualBox


System

apt-get install libbz2-dev zlib1g-dev apt-get install gcc g++ make apt-get install mysql-server libmysqlclient15-dev


Perl

perl-5.14.1.tar.gz

CFLAGS='-m64 -mtune=nocona' ./Configure -des -A ccflags=-fPIC -Dprefix=/home/gbrowse/local/


Apache httpd

httpd-2.2.19.tar.bz2

./configure --enable-deflate --enable-headers --enable-expires --prefix=/home/gbrowse/local/apache2


Perl modules