mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
MSWindows fixes for previous commits.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ This documentation will explain how to quickly port FLTK to a new
|
||||
platform using the Pico driver system. For now, only the sample
|
||||
SDL Pico driver on OS X compiles and barely runs.
|
||||
|
||||
cmake -G Xcode -d OPTION_APPLE_SDL=ON ...
|
||||
> mkdir build
|
||||
> mkdir XcodeSDL
|
||||
> cmake -G Xcode -D OPTION_APPLE_SDL=ON ../..
|
||||
|
||||
tl;dr - the recent commit should be transparent to all developers
|
||||
on other platforms. On OS X, the CMake setup add the option OPTION_APPLE_SDL=ON
|
||||
|
||||
Reference in New Issue
Block a user