GonghuaLi / FastMM

FastMM: an ultra-efficient toolbox for constraint-based metabolic modeling
GNU General Public License v3.0
8 stars 1 forks source link

question for compiling source code #6

Open lileica opened 7 months ago

lileica commented 7 months ago

Hello, I want to compile source code on the Linux platform, but I found that code compilation requires the FastKO tool. image So I installed FastKO, and the problem occurred. The file libglpk.a was not found in the directory lib of FastKO. May I know what version of FastKO you are using, or can you tell me how the files in your lib directory were generated? image

GonghuaLi commented 7 months ago

Thank you for your interest in FastMM. Now libglpk.a could be simply install in linux by install the package "libglpk-dev".

May be you could install libglpk likely using the following commond: Ubuntu: sudo apt-get install libglpk-dev Centos: sudo yum install glpk-devel

But I would recommond you use our precompiled binaries which located in "./bin/linux64" or "./bin/win32". You could copy these files in your env path and chmod them.

Best, Gong-Hua