mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-03 17:25:21 +01:00
7 lines
151 B
Bash
7 lines
151 B
Bash
![]() |
#!/bin/bash -ex
|
||
|
|
||
|
mkdir build && cd build
|
||
|
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release
|
||
|
make translation
|
||
|
|