Skip to content
This repository has been archived by the owner on Jul 14, 2018. It is now read-only.

eteran/edisassm

Repository files navigation

Compilation makes use of cmake and is fairly straight forward. The following command should successfully build (from withing the root edisassm directory):

$ mkdir build
$ cd build
$ cmake ..
$ make