Skip to content

dodo/it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muSchro0m it

C Deps: (apt-get install *-dev)

  • clang (no dev needed)
  • libclang
  • libuv
  • luajit
  • libatomic (libatomic-ops)
  • liboggz
  • liborc
  • libsdl2
  • libcairo
  • optional:
  • libopenal
  • libschrödinger (patched)

Lua Deps: (luarocks install *)

  • linenoise
  • lua-term
  • luarepl
  • optional:
git clone --recursive https://github.com/dodo/it
cd it
docker build -t devit .
docker run -v `pwd`:/home/dev -u dev -it devit bash
make standalone
# or with openal
make audio standalone