Closed TMLOG closed 4 years ago
@TMLOG
You need to follow these instructions https://fmm-wiki.github.io/docs/installation/windows.html.
Especially the following commands:
# Under the `fmm` folder
mkdir build
cd build
cmake ..
make -j8
make install
From your log it seems that you are running the command in the fmm/python/build
folder, which is a problem. It should be fmm/build
.
@cyang-kth I follow the tips above,but there is something wrong:
Have you installed all the system requirements?
apt-cyg install make gcc-g++ cmake gdal libboost-devel zlib-devel libgdal-devel libexpat1-devel libbz2-devel
You can compare your log with this one below: https://ci.appveyor.com/project/cyang-kth/fmm?fullLog=true#L3302
This issue is not active so I close it.
I'm having trouble using the FMM installation of windows.When follow the tips of building and installing fmm on the cygwin-terminal, I'm getting the error of cmake: