Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:win32:msys2 [2025/02/01 13:02] – missing mkdir -p in release process giuspen | howtos:win32:msys2 [2025/02/01 17:04] (current) – use git clean -dfx as distclean may fail if there was no configure yet giuspen | ||
---|---|---|---|
Line 144: | Line 144: | ||
VERSION=" | VERSION=" | ||
cd ~/git/geany | cd ~/git/geany | ||
- | | + | |
NOCONFIGURE=1 ./ | NOCONFIGURE=1 ./ | ||
export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=' | export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=' | ||
Line 181: | Line 181: | ||
DESTINATON=$HOME/ | DESTINATON=$HOME/ | ||
- | VERSION=" | + | VERSION=" |
- | cd ~/ | + | cd ~/git/ |
- | | + | |
- | ./ | + | |
+ | export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=' | ||
mkdir _build | mkdir _build | ||
cd _build | cd _build | ||
../ | ../ | ||
- | make -j 2 | + | make -j |
make DESTDIR=${DESTINATON}/ | make DESTDIR=${DESTINATON}/ | ||
+ | rm -rf $DESTINATON/ | ||
+ | mkdir -p $DESTINATON/ | ||
rsync -a --delete ${DESTINATON}/ | rsync -a --delete ${DESTINATON}/ | ||