1. Install¶
1.1. Requirements¶
- C++11
- CMake
- Boost
- Eigen
1.2. Download¶
Download the source code from https://github.com/KazuhitoT/wlce/
Download zip:
% unzip https://github.com/KazuhitoT/wlce/archive/master.zip
or clone the repository:
% git clone https://github.com/kazuhitoT/wlce
% cd wlce
1.3. Build¶
Move to the source code directory:
% cd wlce-master or wlce
% cmake .
% make
If you have Intel compiler, you can use it by uncommenting the following two lines in CMakeLists.txt.:
# set(CMAKE_CXX_COMPILER icpc)
# set(CMAKE_CXX_COMPILER_ID Intel)