the MAQ page wrote:
Install Maq
There are two ways to compile maq. The first way is to use the GNU building systems. Simply type:
./configure; make; make install
you can compile and install maq. Three executables, `maq', `maq.pl' and `farm-run.pl', will be copied to /usr/local/bin by default.
Alternatively, you could compile with:
make -f Makefile.generic
and manually copy the three executables to the destination directory. Modification to `Makefile.generic' is sometimes needed on different architectures.
Maq is better compiled and used on a 64bit machine because it frequently uses 64bit integers. Compiling as a 32bit executable should work but the speed will be affected.
Apparently I don't how to use a GNU building system, so I tried the "alternative" and it wouldn't work. I don't really understand this guide, and I suspect I'll need to install a GNU building system anyway?
I'm so sorry if this sounds naive/familiar but...since "maq" is too short I couln't even get it work as a search key word...
THANKS!!
Install Maq
There are two ways to compile maq. The first way is to use the GNU building systems. Simply type:
./configure; make; make install
you can compile and install maq. Three executables, `maq', `maq.pl' and `farm-run.pl', will be copied to /usr/local/bin by default.
Alternatively, you could compile with:
make -f Makefile.generic
and manually copy the three executables to the destination directory. Modification to `Makefile.generic' is sometimes needed on different architectures.
Maq is better compiled and used on a 64bit machine because it frequently uses 64bit integers. Compiling as a 32bit executable should work but the speed will be affected.
Apparently I don't how to use a GNU building system, so I tried the "alternative" and it wouldn't work. I don't really understand this guide, and I suspect I'll need to install a GNU building system anyway?
I'm so sorry if this sounds naive/familiar but...since "maq" is too short I couln't even get it work as a search key word...
THANKS!!
Comment