0

我一直在尝试从 Source 安装 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)

因此,我尝试在 fedora 23 中安装它,但找不到该软件包。任何帮助,将不胜感激。

4

1 回答 1

0

老的!最后更新于 2007 年!最好的办法是编译源代码。从...开始

$ svn checkout svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-2.1.1/freehep-graphics2d freehep-graphics2d

有一个 pom.xml,所以使用 Maven 来构建它。祝你好运!

更新:请参阅https://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix#Compilation_under_CentOS上的 Centos 说明

你有什么:

$SCILAB/thirdparty/freehep-util.jar
$jardir/freehep-graphicsio-emf.jar

实际上,最好的选择是如上面在评论中建议的那样,禁用此功能。

于 2016-05-12T18:50:48.967 回答