- Timestamp:
- Feb 27, 2025, 11:00:14 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.7/Install/appimage/build.sh
r654 r655 1 1 #!/bin/bash 2 2 3 lazbuild --build-mode=Release ../../AI/StdAI/StdAI.lpi 4 mv ../../AI/StdAI/libstdai.so ../../AI/StdAI/libstdai-amd64.so 5 lazbuild --build-mode=Release ../../Integrated.lpi 3 cd ../../AI/StdAI 4 lazbuild --build-mode=Release StdAI.lpi 5 mv libstdai.so libstdai-amd64.so 6 cd ../.. 7 lazbuild --build-mode=Release Integrated.lpi 8 cd Install/appimage 6 9 install -Dm755 ../../c-evo -t AppDir/usr/bin 7 10 install -Dm644 ../../Language.txt -t AppDir/usr/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.