You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# -n = Don't write the run-portable.sh to the out dir
10
-
# -j NUMBER = Set parallel make jobs (1 <= NUMBER <= 999) (standard is 1)
11
-
# -i = Enable incremental build (disables the clean_build_dir, gen_dir_structure and the build_images steps). Before using this option, you will have to build Synfig Studio on time without this option on the selected build mode (or use the --rerender option)
12
-
# --rerender = Rerender the images (even if incremental build is activated)
13
-
# -p = Only print out the current active build settings and exit
14
-
# --data-prefix = The installed Synfig Studio looks for it's data (icons, sounds, etc) in [DATA_PREFIX]/share/. This option sets a custom DATA_PREFIX. (Standard is the out directory)
15
-
#
16
-
# = Examples =
17
-
# Make a debug build
18
-
# ./build-cmake -d
19
-
#
20
-
# Make a release build
21
-
# ./build-cmake -r
22
-
#
23
-
# Make a release build with two parallel make jobs
0 commit comments