jam-warm-up
Jam Warm Up
Installation
Windows
if compiling/installing from Windows, in an x64 Native Tools Command Prompt for VS 2019
command line (see https://github.com/mswieboda/game_sf?tab=readme-ov-file#installation Windows Installation instructions) please first run:
win_shards_install.bat
to install shards and clone crsfml v2.5.3 and compile it for windows directly
then run:
win_shards_postinstall.bat
to copy the specific Window crsfml v2.5.3 compiled files to this lib/crsfml
Mac or Linux
shards install
Linter
(won't work on Windows as we used shards install --skip-postinstall
so it won't get the binary)
bin/ameba
or
bin/ameba --fix
bin/ameba --gen-config
etc, see ameba
Compiling
Dev / Test
make
or
make test
Release
make release
Packaging
Windows
creates Windows release build, packages and zips
make winpack
you'll need 7z
(7zip binary) installed (download)
zips up SFML DLLs, assets, run.bat
(basically the .exe) to build/jam_warm_up-win.zip
Mac
make macpack
creates Mac OSX release build, packages and zips
you'll need installed:
7zz
(7zip binary) viabrew install 7zip
platypus
(Platypus binary) viabrew install --cask platypus
then inPlatypus > Preferences
install the command line tool
zips up SFML libs, ext libs, assets, jam_warm_up.app
(created by Platypus) to build/jam_warm_up-mac.zip
jam-warm-up
- 0
- 0
- 0
- 0
- 2
- about 1 month ago
- September 27, 2024
MIT License
Thu, 21 Nov 2024 07:21:10 GMT