diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-09 02:30:57 +0000 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-09 02:30:57 +0000 |
commit | 13c44054b21d26782e98a52e9a114250ab8307ff (patch) | |
tree | 8426476b4daeee01b85cc3f414d04335dbf0a87d /src/IDE/readme.md | |
parent | 560a48eebf4f74ae1a21d5cfbb3b55477d7c1356 (diff) | |
download | esotericFORTRAN-13c44054b21d26782e98a52e9a114250ab8307ff.tar.gz esotericFORTRAN-13c44054b21d26782e98a52e9a114250ab8307ff.zip |
Added example program of each main feature
Diffstat (limited to 'src/IDE/readme.md')
-rw-r--r-- | src/IDE/readme.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/IDE/readme.md b/src/IDE/readme.md deleted file mode 100644 index 0dc9faa..0000000 --- a/src/IDE/readme.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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 |