You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Native Windows] [bugfix] removing carriage return
[Native Windows] force forward slashes
WLA on windows produces backwards slashes which was
confusing msys make
Update LibGME for Win Native build support
[Native Windows] Add Build Doc
Copy file name to clipboardExpand all lines: Building.md
+96-1Lines changed: 96 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Alternatively, you may perform any of the following compilation scenarios:
11
11
- compile native on OS X
12
12
- compile native on Linux
13
13
- cross-compile for Windows from Linux
14
+
- Compile native on Windows
14
15
15
16
In order to compile, certain library dependencies must be installed on your system first. In general, it is preferred to install these libraries through your package manager if available.
# Note to self: Hacks for the use of CROSS_COMPILE prefix to get SNES Tracker to compile natively on Windows with the least amount of build system modification)
# the SNES Tracker build system wants to see libboost_filesystem.dll naming convention like it's used on most other compilation scenarios, but the runtime
0 commit comments