How do I compile Quake (error correction of Miseq reads) in Ubuntu?
2
2
Entering edit mode
9.4 years ago
fhsantanna ▴ 610

There is the following instructions in the quake manual:

  1. Download and install Boost: http://www.boost.org
  2. Open src/Makefile and update CFLAGS to include Boost. E.g. if you used MacPorts, it may be: CFLAGS=-O3 -fopenmp -I/opt/local/include -I.

My OS is Ubuntu. I have installed the boost libraries, however I do not know what to put in the variable CFLAGS in the Makefile in order to compile quake properly.

Do you have a hint?

Thanks

ubuntu quake error_correction compile • 3.2k views
ADD COMMENT
0
Entering edit mode

hello,
Did you find a solution to your problem? because I am in the same situation and my attempts do not work. I think my problem while using QUAKE could come from there.
cordially

ADD REPLY
0
Entering edit mode

No success... I gave up.

ADD REPLY
0
Entering edit mode

OK thank you for your response. I just wrote a new relatively similar post.

ADD REPLY
1
Entering edit mode
8.8 years ago
h.mon 35k

Well, the thread is old but was automatically revived, so...

On Ubuntu, you may install the Boost libraries using apt-get or synaptic or any other package manager. To compile Quake, you probably need the -dev libraries (e.g. boost-iostreams-dev). I do not know which particular Boost libraries are needed by Quake, but just looking at the compiler errors should tell you which ones are missing.

In case you do not want to install system-wide Boost libraries, you should provide more details on how did you install the Boost libraries (commands used, path to the libraries, etc).

ADD COMMENT
0
Entering edit mode
7.9 years ago
Seigfried ▴ 80

My Boost was installed in /usr/include/boost which I put in

CFLAGS=-O3 -fopenmp -I/usr/include/boost -I

ADD COMMENT

Login before adding your answer.

Traffic: 2645 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6