mirror of
https://github.com/citra-emu/citra-canary.git
synced 2024-12-23 20:05:41 +00:00
7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
mkdir build && cd build
|
|
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release
|
|
make translation
|
|
|