wisk / medusa

An open source interactive disassembler
Other
1.04k stars 92 forks source link

[wip] Update the docker build #57

Closed w1gz closed 6 years ago

w1gz commented 8 years ago

I have updated the Dockerfile and switch the building process from make to ninja. This only affect the docker image but could be a nice addition to Medusa as well. Ninja will enable faster build and its usage is trivial when mixed with cmake. More informations could be found there: https://ninja-build.org/manual.html#_comparison_to_make