Skip to content
/ TemplateSiv3D Public template

Template for Building Siv3D project with Makefile.

License

Notifications You must be signed in to change notification settings

minorin22/TemplateSiv3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemplateSiv3D

Template for Building Siv3D project with Makefile.
Only available on Intel Mac (Not for M1 Mac)

Usage

% mv ~/Downloads/siv3d_v0.4.3_macOS ~
% cd
% git clone your new repository from TemplateSiv3D

How to build and run

% make
% make run

How to remove

% make clean

How to install

% make install

Makefile

# Choose your favorite compiler.
CXX = c++ -std=c++17 -framework AudioToolbox -framework OpenAL
# Application Name(Require same name as the main cpp file)
NAME = Main
# Path to siv3d_v0.4.3_macOS
SIV3D = ../siv3d_v0.4.3_macOS

Reference Links

OpenSiv3D with Makefile on macOS

About

Template for Building Siv3D project with Makefile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published