Skip to content

justinmann/sj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sj

Windows

  1. Install vs code: https://code.visualstudio.com/
  2. Install msys2: http://www.msys2.org/
  3. Add msys2 to path: C:\msys64\mingw64\bin
  1. Open msys2 and run:
pacman -S git make mingw-w64-x86_64-boost mingw-w64-x86_64-SDL2 
pacman -S bison mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb 
pacman -S mingw-w64-x86_64-freetype mingw-w64-x86_64-libpng mingw-w64-x86_64-glew
  1. Open VS Code and select the root of your git clone as the folder (make sure to git clone inside of msys2 terminal)
  2. Run build task (Ctrl+Shift+B)

OS/X

  1. Install vs code: https://code.visualstudio.com/
  2. Install homebrew
  3. Enable GDB debugging https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d
  4. Install dependencies from terminal
brew install boost sdl2 gdb
  1. Open VS Code and select the root of your git clone as the folder
  2. Run build task (Ctrl+Shift+B) NOTE: You may get a weird error when you compile with emcc, this should fix it:
brew install llvm && rm /usr/local/opt/emscripten/libexec/llvm/bin/llvm-ar && ln -s /usr/local/opt/llvm/bin/llvm-ar /usr/local/opt/emscripten/libexec/llvm/bin/llvm-ar

Linux

  1. Install vs code: https://code.visualstudio.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages