-
-
Notifications
You must be signed in to change notification settings - Fork 117
Developer Getting Started: Linux
cxong edited this page Apr 6, 2013
·
25 revisions
- git
- cmake
- libsdl1.2-dev
- libsdl-mixer1.2-dev
-
Clone the repo to a location (e.g.
~/cdogs-sdl
) usinggit clone https://github.com/cxong/cdogs-sdl.git cdogs-sdl
-
You should now see the repo contents in
~/cdogs-sdl
-
Run a submodule init and submodule update to get the submodules as well (just tinydir), using
git submodule init; git submodule update