summaryrefslogtreecommitdiffstats
path: root/src/IDE/readme.md
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-30 12:28:05 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-30 12:28:05 +0000
commit1237b1eb8effe50f77997934d86930f1252fe993 (patch)
treecc114b177fe6853c94db61c8cffbdff6633d0f01 /src/IDE/readme.md
parent4caf60954379915ccc51fd2c1801399dd97c0c89 (diff)
parent63ddd9e636e374bb3a3a3fe8a97ab26c6abc04c9 (diff)
downloadesotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.tar.gz
esotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.zip
Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main
Diffstat (limited to 'src/IDE/readme.md')
-rw-r--r--src/IDE/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/IDE/readme.md b/src/IDE/readme.md
new file mode 100644
index 0000000..0dc9faa
--- /dev/null
+++ b/src/IDE/readme.md
@@ -0,0 +1,19 @@
+# esotericFORTRAN IDE
+
+## Setting Up
+
+Install FXML from [here](https://gluonhq.com/products/javafx/) and extract it in the directory behind `EsotericProject`
+
+## Running
+
+To compile, simply run `make`. Then to run:
+
+`java --module-path ..\..\..\javafx-sdk-17.0.1\lib\ --add-modules javafx.controls,javafx.fxml IDE.HelloApplication`
+
+## Editors?
+
+If you got intellisense and stuff to work in vscodium, well done, coz I couldn't do that :3
+
+### IntelliJ
+
+I hate IntelliJ but its the only way I could get a working intellisense. Right click on this folder and select 'Open Folder as an IntelliJ IDEA Community Edition Project', then follow [this](https://openjfx.io/openjfx-docs/#install-javafx) guide (select 'JavaFX and IntelliJ' in the website sidebar). \ No newline at end of file