From: Michael L. <lfl...@gm...> - 2015-01-25 18:11:53
|
Hi, All I just want to use OCaml with Capstone, I can see that there is an instruction on how to install python bindings. However, for the OCaml binding, the 'README" just said: === To compile Ocaml binding, Ocaml toolchain is needed. On Ubuntu Linux, you can install Ocaml with: $ sudo apt-get install ocaml-nox To compile Ocaml binding, simply run "make" on the command line. === Now, I could make successfully. But I have no idea on how to install the compiled files, any help would be grateful. Best Michael |