我一直试图从源代码安装Scilab。当我跑的时候
./configure
我知道这个错误
configure: error: Could not find or use the Java package/jar freehep-graphics2d used by Freehep Graphics2D (looking for package org.freehep.graphics2d.VectorGraphics)
因此,我试图将其安装在Fedora23中,但找不到该软件包。任何帮助都将不胜感激。
最佳答案
老了!上次更新是在2007年!最好的办法是编译源代码。从
$ svn checkout svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-2.1.1/freehep-graphics2d freehep-graphics2d
有一个pom.xml,所以使用Maven来构建它。祝你好运!
更新:请参阅Centos说明https://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix#Compilation_under_CentOS
你在哪有:
$SCILAB/thirdparty/freehep-util.jar
$jardir/freehep-graphicsio-emf.jar
实际上,最好的方法是在上面的注释中建议禁用此功能。
关于linux - Fedora的“freehep-graphics2d”等效软件包名称是什么?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37194800/