Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatDau authored Jan 17, 2020
1 parent b0f17fb commit ffafcef
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,39 @@ Supported Languages:
- Python 3
- Node.js 8.10

## Standalone FLY compiler
## Fly project maven archetype

Download the tar.gz at the following link:
Download the [fly-project-quickstart.zip](https://github.com/spagnuolocarmine/FLY-language/releases/download/Alpha-1.5/fly-project-quickstart.zip)

Unpack the fly-project-quickstart.zip:
```
unzip fly-project-quickstart.zip
```

Unpack the __fly-compiler-ALPHA-01.tar.gz__
Go to the subfolder local-repo inside the fly-project-quickstart and install the azureclient dependency:
```
tar -xvzf fly-compiler-ALPHA-01.tar.gz
cd fly-project-quickstart/src/main/resources/archetype-resources/local-repo/
mvn install:install-file -Dfile=./azureclient-0.0.1-SNAPSHOT.jar -DgroupId=isislab -DartifactId=azureclient -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar
```

To compile and run a .fly program:
Go to to the top of folder fly-project-quickstart.zip and install the maven archetype:

```
cd fly-project-quickstart/
mvn install
mvn archetype:crawl
```

## Standalone FLY compiler

Download the [fly_standalone.zip](https://github.com/spagnuolocarmine/FLY-language/releases/download/Alpha-1.5/fly_standalone.zip):

Unzip the :
```
unzip fly_standalone.zip
```
Compile and run a .fly program :
```
cd <path-to-compiler>
Expand Down

0 comments on commit ffafcef

Please sign in to comment.