Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Skrooge
Commits
d60b8ff7
Commit
d60b8ff7
authored
Oct 23, 2022
by
Stephane Mankowski
Browse files
Remove getpo
parent
09c0675b
Pipeline
#254236
passed with stage
in 23 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d60b8ff7
...
...
@@ -104,7 +104,6 @@ On ubuntu:
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=[path to your KDE installation]
make getpo :This command downloads all translation. This step is OPTIONAL and must be done only if you want skrooge in your language
make
#### Examples:
...
...
@@ -113,7 +112,6 @@ On ubuntu:
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` -DCMAKE_BUILD_TYPE=release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DSKG_WEBENGINE=OFF -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF
make getpo :This command downloads all translation. This step is OPTIONAL and must be done only if you want skrooge in your language
make
...
...
@@ -121,7 +119,6 @@ On ubuntu (with ninja):
mkdir build && cd build
release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DSKG_WEBENGINE=OFF -DSKG_WEBKIT=ON -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF
make getpo :This command downloads all translation. This step is OPTIONAL and must be done only if you want skrooge in your language
make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment