1 Star 0 Fork 0

king/SISL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
vsk 提交于 2021-03-15 10:20 . Removed referenceto GoTools in INSTALL
Installation Instructions
*************************
This package uses CMake to generate a Makefile (on Linux) or
MS Visual Studio project file (on Windows).
For information on using CMake, see www.cmake.org.
A more extensive guide on how to compile and link the SISL library and
applications build upon it can be found in the reference manual.
--------------------------------------------------------------------------------
LINUX
As a Quick Start Guide, on Linux, make a build directory inside the source
directory
$ cd <path_to_source_code>
$ mkdir build
$ cd build
Run the cmake program to setup the build process, selecting Debug or Release
as build type, optionally selecting a local install folder:
$ cmake .. -DCMAKE_BUILD_TYPE=Release (-DCMAKE_INSTALL_PREFIX=$HOME/install)
For a gui-like cmake interface use ccmake (from cmake-ncurses-gui).
Build the library:
$ make
Install the library to a local folder (requires the use of
-DCMAKE_INSTALL_PREFIX with a local folder in the previous step):
$ make install
If the -DCMAKE_INSTALL_PREFIX in the cmake step was omitted or was set to a
system folder (like /usr/local) the user needs elevated privileges to install
the library:
$ sudo make install
--------------------------------------------------------------------------------
WINDOWS
On Windows, add a new build folder somewhere. Start the CMake
executable and fill in the paths to the source and build folders. When
you run CMake, a Visual Studio project solution file will be generated
in the build folder.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kyo025025/SISL.git
git@gitee.com:kyo025025/SISL.git
kyo025025
SISL
SISL
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385