Skip to content

robknopf/raylib-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raylib-builder

Mostly just a makefile to pull my raylib repo and build desktop and web (emscripten) static libraries. The gcc toolchain is required (build-essential?) for desktop, as is emcc for the web build.

(You don't really need to clone this repo. Just grab the Makefile save it in an empty directory and run make )

I'm doing most of my development on Linux, so I'd be shocked if it worked on other platforms without some tweaks.

Repositories

Usage

$ make [all|debug|release|web|desktop|clean|clean_repo]

or, if you are like me and want things crisp and tidy:

Note the raylib at the end of the git command. This will clone to a new "raylib" directory.

$ git clone https://github.com/robknopf/raylib-builder.git raylib
$ cd raylib
$ make all -j8

Feel free to fork or submit pull requests.

About

Some helpers to pull raylib repo and build desktop and web (emscripten) libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published