Linux 系统安装minuit包
# Extract the minuit tar ball $ tar -zxvf minuit.tar.gz # A new directory build_minuit/ should be made. Go there. cd build_minuit/ # Run make $ make # If compiled successfully, libminuit.a will be generated. Make sure it exists # in current director. $ ls libminuit.a # Make another copy with a different name and put the copy in /usr/local/lib $ sudo cp libminuit.a /usr/local/lib/libminuitgf.a
原文地址:https://www.cnblogs.com/wjff/p/10262727.html
时间: 2024-10-08 16:11:51