mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-11 01:34:01 +02:00
We don't need to override compiler
when building.
It seems on Windows, `compiler` has defaulted to `g++` for a while now, so we didn't need to override it in the `make` invocation. Since v105r01, `compiler` defaults to `g++` on Linux too, so we don't need to override it there either.
This commit is contained in:
@@ -53,9 +53,9 @@ being installed system-wide.
|
|||||||
3. Type `cd ~/higan-src`
|
3. Type `cd ~/higan-src`
|
||||||
(or wherever you put the higan source)
|
(or wherever you put the higan source)
|
||||||
and press Enter
|
and press Enter
|
||||||
4. Type `make -C higan compiler=g++` and press Enter
|
4. Type `make -C higan` and press Enter
|
||||||
to build the main higan executable
|
to build the main higan executable
|
||||||
5. Type `make -C icarus compiler=g++` and press Enter
|
5. Type `make -C icarus` and press Enter
|
||||||
to build the icarus import tool
|
to build the icarus import tool
|
||||||
|
|
||||||
Installing a compiled build on Linux
|
Installing a compiled build on Linux
|
||||||
|
@@ -103,9 +103,9 @@ Once mingw is installed and available from the command prompt:
|
|||||||
3. Type `cd C:\higan-src`
|
3. Type `cd C:\higan-src`
|
||||||
(or wherever you put the higan source)
|
(or wherever you put the higan source)
|
||||||
and press Enter
|
and press Enter
|
||||||
4. Type `mingw32-make -C icarus compiler=g++` and press Enter
|
4. Type `mingw32-make -C icarus` and press Enter
|
||||||
to build the icarus import tool
|
to build the icarus import tool
|
||||||
5. Type `mingw32-make -C higan compiler=g++` and press Enter
|
5. Type `mingw32-make -C higan` and press Enter
|
||||||
to build the main higan executable
|
to build the main higan executable
|
||||||
|
|
||||||
[tdm]: http://tdm-gcc.tdragon.net/download
|
[tdm]: http://tdm-gcc.tdragon.net/download
|
||||||
|
Reference in New Issue
Block a user