arifogel / twrpabx

Apache License 2.0
23 stars 7 forks source link

Instructions to compile and run #6

Closed klausrollmann closed 5 years ago

klausrollmann commented 5 years ago

There are no instructions to compile or run the project. How can I compile/install this and run?

klausrollmann commented 5 years ago

I was able to compile and run by using g++ main.cpp twrpabx -o twrpabx

ghost commented 5 years ago

Try with:

$ autoreconf -i
$ ./configure
$ make
# make install