Skip to content

Instantly share code, notes, and snippets.

View hariszaf's full-sized avatar
🦠

Haris Zafeiropoulos hariszaf

🦠
View GitHub Profile
@dosorio
dosorio / install_sybilSBML.sh
Last active August 1, 2023 19:34
Commands to install sybilSBML R package on MacOS/Linux
wget https://downloads.sourceforge.net/project/sbml/libsbml/5.17.0/stable/libSBML-5.17.0-core-plus-packages-src.tar.gz
tar -xxvf libSBML-5.17.0-core-plus-packages-src.*
cd libSBML-5.17.0-Source
./configure --prefix=/usr/local/ \
--enable-cpp-namespace \
--enable-fbc \
--enable-shared \
--with-gnu-ld \
--enable-layout \
--enable-comp \