Skip to content

rlsosborne/axe_superproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake superproject for AXE

Stable release

Unreleased

Status

Experimental

Maintainer

https://github.com/rlsosborne

Description

CMake superproject for AXE

A CMake superproject for AXE. This project contains no code itself. It uses CMake's ExternalProject module to download and build AXE and its dependencies.

Dependencies

The only required external dependencies are:

On Linux you may need to install the X11 headers to get SDL video to work. On Ubuntu run:

apt-get install libx11-dev libxext-dev

Building

Make a directory for the build and in that directory run:

cmake -DCMAKE_BUILD_TYPE=Release <path-to-src>
make

The resulting axe binary can be found in the axe/src/axe-build subdirectory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages