Skip to content

Modifying and compiling source code #221

Answered by tmayerguerr
LNTU-YS asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Yuan,

QT is not needed to compile the GROOPS source. The following steps must be completed:

  1. (Maybe add the additional source .cpp files in source/sourcesCXX.txt)

  2. Compile the code as described in the installation page (here for Windows): Open the MSYS2 MinGW 64-bit terminal through

Start Menu > MSYS2 64-bit > MSYS2 MinGW 64-bit.
  1. Create the build directory and compile GROOPS:
mkdir /c/groops/source/build && cd /c/groops/source/build
cmake.exe .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="C:\groops"
mingw32-make.exe -j4
mingw32-make.exe install 
  1. Create the schema file used by the GUI and to update the documentation.
cd /c/groops/
bin/groops.exe --x…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LNTU-YS
Comment options

Answer selected by LNTU-YS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants