From: Capstone E. <cap...@gm...> - 2015-01-25 22:48:01
|
On Mon, Jan 26, 2015 at 2:11 AM, Michael Liu <lfl...@gm... > wrote: > 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. > can you confirm all the test* files work without any issue? > But I have no idea on how to install the compiled files, any help would be > grateful. > > yes, currently there is no "make install" for Ocaml yet. if you figure out how to do that, please consider submitting a Github pull request, so i can merge it and make it available for others. cheers, Q |