Browse Source

update README.macOS.md (Creating new Projects)

pull/432/head
Masato Sugiyama 3 years ago committed by Albrecht Schlosser
parent
commit
d3ceac04de
  1. 1
      README.macOS.md

1
README.macOS.md

@ -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!");

Loading…
Cancel
Save