This commit is contained in:
Nishi 2024-11-19 19:53:37 +09:00
parent 874107438b
commit 7a5193ba3f
No known key found for this signature in database
GPG Key ID: BAEA61502BFD1F1C
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Simply run `./build` to build.
--- Original README.Install ---
This is release 1.something of fvwm. This is release 1.something of fvwm.

View File

@ -4,5 +4,6 @@ if [ "$count" = "0" ]; then
count=4 count=4
fi fi
which xmkmf || exit 1 which xmkmf || exit 1
export IMAKECPP="`which gcpp || which cpp13 || which cpp`"
xmkmf -a xmkmf -a
make -j$count || exit 1 make -j$count || exit 1