Search found 1 match

by cuthbertdavies
Feb 15, 2024 10:17
Forum: Community Discussion
Topic: A question about building fbc from source
Replies: 2
Views: 389

A question about building fbc from source

On MSYS2, it has separate root directory for each MinGW toolchain. For example, if you are using the MinGW32 shell then the root dir is /mingw32. I'm using MinGW64 so the root dir will be /mingw64. My GCC will be /mingw64/bin/gcc. I wonder where make install will install to. I guest it's /usr/local,...