Hi Domenico, I don't have much experience with makefiles either, but the following worked for me for poker-eval:
cd YOUR_POKER_EVAL_DIRECTORY > autoreconf -fi > ./configure > make > make check > make install > > of course, the make check is not strictly necessary, but always useful to see if the library does its job! if some libraries, spefically the libxml2 and libxslt libs are missing, you can usually obtain them from your source repositories or directly compiling them from source (see ftp://xmlsoft.org/libxml2 ) Andor On 1 February 2011 16:56, Domenico Riccio <[email protected]> wrote: > Hello, > > this is my first post here, so I first thank you all for your job. I need > help to get the poker eval java api to work in an Eclipse project, on > GNU/Linux (Debian sid). > I have a little knowledge of make and makefiles and I can't build the > library... Is there an explanation of what I have to do? > Thanks a lot for your help. > > _______________________________________________ > Pokersource-users mailing list > [email protected] > https://mail.gna.org/listinfo/pokersource-users > >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
