soarlab / maline

Android Malware Detection Framework
GNU Affero General Public License v3.0
81 stars 31 forks source link

Installation instructions missing #9

Closed mdimjasevic closed 8 years ago

mdimjasevic commented 10 years ago

Now that we have some C++ code, we could use instructions on how to build maline. A Makefile would be great so that a user can run make or make install, which should also include commands for building LIBSVM (cd-ing into lib/libsvm-3.17/matlab/, starting Octave, and in it running make octave).

mdimjasevic commented 8 years ago

I just improved the Makefile. Also, I created a Vagrantfile so it should be easy to install maline now.