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