Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

tsoding/something

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

something

The development of this game is moved to https://github.com/tsoding/something-rewrite

Quick Start

Install dependencies for your OS/Distro, here is a table for help, this does not include compile and make.

OS / Distro Dependency package names
Debian or based (Ubuntu) libsdl2-dev pkg-config
Arch Linux or based (Manjaro) sdl2 pkgconf
Void Linux SDL2-devel pkg-config
Window (MinGW (with MSYS2)) mingw-w64-x86_64-SDL2 mingw-w64-x86_64-pkg-config
Window (Visual Studio) Instructions below

Building

*NIX:

$ make -B
$ ./something.debug

Windows (Visual Studio):

> curl -fsSL -o SDL2-devel-2.0.12-VC.zip https://www.libsdl.org/release/SDL2-devel-2.0.12-VC.zip
> tar -xf SDL2-devel-2.0.12-VC.zip
> move SDL2-2.0.12 SDL2
> del SDL2-devel-2.0.12-VC.zip
> build_msvc

Windows (MinGW):

$ mingw32-make -B
$ something.debug.exe

License

MIT

About

Finally something

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13

Languages