Skip to content

Commit

Permalink
Roll 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ten0s committed Dec 6, 2022
1 parent 8347139 commit 26034f3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ just like regular applications on Windows, MacOS and Linux.

#### Install via automatic setup

1. Download https://github.com/ten0s/velisp/releases/download/0.7.3/velisp-0.7.3-win-x64-setup.zip
1. Download https://github.com/ten0s/velisp/releases/download/0.7.4/velisp-0.7.4-win-x64-setup.zip
2. Open Downloads folder
3. Double-click on velisp-0.7.3-win-x64-setup.zip to open the archive
4. Run velisp-0.7.3-win-x64-setup.exe
3. Double-click on velisp-0.7.4-win-x64-setup.zip to open the archive
4. Run velisp-0.7.4-win-x64-setup.exe
5. Follow the installation wizard. Default options are ok for most users

#### Install via binary archive

##### Download and unarchive

1. Download https://github.com/ten0s/velisp/releases/download/0.7.3/velisp-0.7.3-win-x64.zip
1. Download https://github.com/ten0s/velisp/releases/download/0.7.4/velisp-0.7.4-win-x64.zip
2. Open Downloads folder
3. Select velisp-0.7.3-win-x64.zip
3. Select velisp-0.7.4-win-x64.zip
4. Press the right mouse button
5. Click 'Extract All...'
6. Enter C:\
Expand All @@ -57,7 +57,7 @@ just like regular applications on Windows, MacOS and Linux.
4. Select 'Path' inside the User variables block
5. Click 'Edit...'
6. Click 'New...'
7. Enter C:\velisp-0.7.3-win-x64
7. Enter C:\velisp-0.7.4-win-x64
8. Click 'OK'
9. Click 'OK'

Expand All @@ -70,14 +70,14 @@ If you installed Velisp via [binary archive](#install-via-binary-archive) run
the Command Prompt (cmd.exe) and move to the extraction directory:

```
> cd C:\velisp-0.7.3-win-x64
> cd C:\velisp-0.7.4-win-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
> velisp
VeLisp 0.7.3 on Windows
VeLisp 0.7.4 on Windows
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -175,7 +175,7 @@ Run the Demo example
2. Files -> Support File Search Path
3. Click Add...
4. Click Browse...
5. Browse for Folder C:\velisp-0.7.3-win-x64\examples
5. Browse for Folder C:\velisp-0.7.4-win-x64\examples
6. Click OK
7. Click Apply
7. Click OK
Expand All @@ -199,27 +199,27 @@ _$ (load "demo")
#### Download and unarchive

```
% wget https://github.com/ten0s/velisp/releases/download/0.7.3/velisp-0.7.3-macos-x64.tar.gz
% tar xfz velisp-0.7.3-macos-x64.tar.gz
% wget https://github.com/ten0s/velisp/releases/download/0.7.4/velisp-0.7.4-macos-x64.tar.gz
% tar xfz velisp-0.7.4-macos-x64.tar.gz
```

#### Add to ~/.zshrc

```
export PATH=<PATH_TO>/velisp-0.7.3-macos-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.4-macos-x64:$PATH
```

### Usage

```
% cd velisp-0.7.3-macos-x64
% cd velisp-0.7.4-macos-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
% ./velisp
VeLisp 0.7.3 on MacOS
VeLisp 0.7.4 on MacOS
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down Expand Up @@ -316,27 +316,27 @@ Run the Demo example
#### Download and unarchive

```
$ wget https://github.com/ten0s/velisp/releases/download/0.7.3/velisp-0.7.3-linux-x64.tar.gz
$ tar xfz velisp-0.7.3-linux-x64.tar.gz
$ wget https://github.com/ten0s/velisp/releases/download/0.7.4/velisp-0.7.4-linux-x64.tar.gz
$ tar xfz velisp-0.7.4-linux-x64.tar.gz
```

#### Add to ~/.bashrc

```
export PATH=<PATH_TO>/velisp-0.7.3-linux-x64:$PATH
export PATH=<PATH_TO>/velisp-0.7.4-linux-x64:$PATH
```

### Usage

```
$ cd velisp-0.7.3-linux-x64
$ cd velisp-0.7.4-linux-x64
```

#### Run REPL (Read–Eval–Print Loop)

```
$ ./velisp
VeLisp 0.7.3 on Linux
VeLisp 0.7.4 on Linux
Type ".license" or ".help" for more information
_$ (+ 1 2)
3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VeLisp",
"version": "0.7.3",
"version": "0.7.4",
"description": "AutoLISP interpreter with DCL support",
"main": "src/main.js",
"type": "module",
Expand Down

0 comments on commit 26034f3

Please sign in to comment.