-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
Arden2ByteCode is a Java program, thus it requires a Java Runtime Environment (JRE) on your machine. If you already have such a JRE, you can proceed with step 2.
-
Point your browser to the Java Download site: http://java.com/download
-
Download the installation package and follow the setup instructions.
-
Java should be installed now.
-
Go to the releases page.
-
Download the most recent binary package either as .zip-file for Windows or as .tar.gz-file for Linux and MacOS.
-
Extract the downloaded binary package to a directory of your choice.
- Start a command line or terminal window:
- Windows: Type
cmd
in the start menu and hit enter - MacOS: Open your Applications folder, then open the Utilities folder and open a terminal
- Linux: Press
ctrl + alt + t
or find it in the menu
-
Change to the directory you extracted the files to:
cd /path/to/arden2bytecode
-
Type
arden2bytecode -?
(Windows) or./arden2bytecode -?
(Linux, MacOS) to display the options of the Arden2ByteCode compiler. -
If you see a copyright note displayed and a list of options, then Arden2ByteCode is good to go 👍. You can now try running the Hello World! example.
Getting Started
Arden Syntax
Development