简体   繁体   中英

How to port a Ubuntu C++ library to MinGW?

In Ubuntu, there is a package called uuid-dev . To install and use it, I just need to run apt-get install uuid-dev . However, in MinGW, I couldn't install this package using mingw-get install .

May I know what are the basic steps to port a C++ application/library from Ubuntu to MinGW?

It might already support compilation under MinGW. Generally you would download the source, unpack them and run ./configure and see what happens.

Give that a try and get back to me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM