手动安装Octave包

Jam*_*mes 7 install packages local octave

我想dataframe在我的一台服务器上安装Octave 软件包,它没有上网功能.我用笔记本电脑下载dataframe-1.1.0.tar.gz.我想知道如何手动将它安装在我的服务器上.

Ken*_*ark 4

在 Octave 4.0.0 文件夹的 README.html 中,您可以找到以下段落:\n \nIncluded Octave Forge Packages\nA number of Octave-Forge packages have been included with Octave, however they must be installed in order to use them. \nTo install: \n\xe2\x80\xa2 Start Octave and then open the build_packages.m file found in the src folder where Octave was installed.\n\xe2\x80\xa2 Run the script build_packages.m to build and install the packages.\nInstallation is a one-time procedure. After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command. \nOther packages are available from Octave-Forge.\n\n对于 Octave 中未包含的其他软件包,您需要做的是:从http://octave.sourceforge下载软件包.net/packages.php。然后将包放入src文件夹并分别修改build_packages.m后再执行。

\n