-
-
Notifications
You must be signed in to change notification settings - Fork 117
Developer Getting Started: Linux
Cong edited this page Feb 24, 2014
·
25 revisions
- git
- cmake
- libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev
-
Clone the repo to a location (e.g.
~/cdogs-sdl
) usinggit clone --recursive https://github.com/cxong/cdogs-sdl.git cdogs-sdl
-
You should now see the repo contents in
~/cdogs-sdl
-
C-Dogs SDL includes several submodules, some recursively, so use the following git commands:
git submodule init; git submodule update --init --recursive; git submodule update --recursive