mirror of
https://github.com/fltk/fltk.git
synced 2025-12-19 01:32:43 +08:00
update README.macOS.md (Creating new Projects)
This commit is contained in:
committed by
Albrecht Schlosser
parent
d83d89679b
commit
d3ceac04de
@@ -478,6 +478,7 @@ file is:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat << EOF > main.cxx
|
cat << EOF > main.cxx
|
||||||
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
Fl_Window *win = new Fl_Window(600, 400, "Hello, world!");
|
Fl_Window *win = new Fl_Window(600, 400, "Hello, world!");
|
||||||
|
|||||||
Reference in New Issue
Block a user