mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
13 lines
187 B
Bash
Executable File
13 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../scripts
|
|
|
|
chmod +x compile_pot.sh
|
|
|
|
cd ../build
|
|
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
|
./compile_pot.sh
|
|
make -j$(nproc) Gradido_LoginServer
|
|
|
|
chmod +x ./bin/Gradido_LoginServer
|