mirror of
https://github.com/fltk/fltk.git
synced 2025-12-17 02:54:24 +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
|
||||
cat << EOF > main.cxx
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Window.H>
|
||||
int main(int argc, char **argv) {
|
||||
Fl_Window *win = new Fl_Window(600, 400, "Hello, world!");
|
||||
|
||||
Reference in New Issue
Block a user