Skip to content

xMajedz/tobas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depends on

Building

clone tobas

git clone https://github.com/xMajedz/tobas.git
cd tobas

clone Luau

git clone https://github.com/luau-lang/luau.git

build Luau

make -C luau config=release luau

clone Raylib

git clone https://github.com/raysan5/raylib.git

build Raylib

make -C raylib/src

clone ODE

git clone https://bitbucket.org/odedevs/ode.git

build ODE

cd ode
./bootstrap
./configure
make

build tobas

cd build
make -C ..

run tobas

./tobas

Downloads

check the releases page for updates

About

Toribash clone

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published