
On 23/04/2016 12:31, Roberto Bagnara wrote:
On 04/21/2016 10:59 AM, the anh pham wrote:
I am The Anh, I am M2 student in Paris 13 University. At the moment i do research on verification complex system and i would like to use PPL for my research. I would like to ask you some question.
Hello The Ahn.
- How do i use PPL on window operating system?
Exactly as you use it on other operating systems. For compilation of the library, we recommend using MinGW; the configure command line will be something like
.../configure --host=x86_64-linux-gnu --prefix=... --with-gmp=...
Sorry, I pasted the wrong option: the --host option will be something like
--host=x86_64-w64-mingw32
See README.configure for more details.
- I have read tutorial document of PLL from your website, but I can not find any example on using PLL. Hence it is very difficult for me to know how to use it. Do you have other documents which you think they are useful for me?
There are tons of examples in the source distribution, including two complete demo applications, one written in C, the other in C++. See the directories named `tests' and `demos'. Kind regards,
Roberto