@@ -32,7 +32,7 @@ Latest release is [here](https://github.com/yamacir-kit/meevax/releases).
32
32
33
33
### Features
34
34
35
- - Architecture - TR- SECD virtual machine.
35
+ - Architecture - SECD machine.
36
36
- Modern C++ compatible dynamic typing - Meevax provides RTTI-based language runtime library.
37
37
38
38
### Standards
@@ -64,8 +64,8 @@ Subset of R7RS-small.
64
64
65
65
### Software
66
66
67
- - [ GCC] ( https://gcc.gnu.org/ ) (>= 7.5 .0) or [ Clang] ( https://clang.llvm.org/ ) (>= 9 .0.0)
68
- - [ CMake] ( https://cmake.org/ ) (>= 3.10.2 )
67
+ - [ GCC] ( https://gcc.gnu.org/ ) (>= 9.4 .0) or [ Clang] ( https://clang.llvm.org/ ) (>= 11 .0.0)
68
+ - [ CMake] ( https://cmake.org/ ) (>= 3.16.3 )
69
69
- [ GNU Make] ( http://savannah.gnu.org/projects/make )
70
70
- [ GNU Binutils] ( https://www.gnu.org/software/binutils/ )
71
71
- [ GNU Multiple Precision Arithmetic Library (GMP)] ( https://gmplib.org/ )
@@ -105,9 +105,9 @@ sudo rm -rf /usr/local/share/meevax
105
105
106
106
| Target Name | Description
107
107
|:-------------------|:--
108
- | ` all ` (default) | Build shared-library ` libmeevax.0.4.439 .so ` and executable ` meevax ` .
108
+ | ` all ` (default) | Build shared-library ` libmeevax.0.4.465 .so ` and executable ` meevax ` .
109
109
| ` test ` | Test executable ` meevax ` .
110
- | ` package ` | Generate debian package ` meevax_0.4.439_amd64 .deb ` .
110
+ | ` package ` | Generate debian package ` meevax_0.4.465_amd64 .deb ` .
111
111
| ` install ` | Copy files into ` /usr/local ` __ (1)__ .
112
112
| ` install.deb ` | ` all ` + ` package ` + ` sudo apt install <meevax>.deb `
113
113
| ` safe-install.deb ` | ` all ` + ` test ` + ` package ` + ` sudo apt install <meevax>.deb `
@@ -122,7 +122,7 @@ __(1)__ Meevax installed by `make install` cannot be uninstalled by the system's
122
122
## Usage
123
123
124
124
```
125
- Meevax Lisp System, version 0.4.439
125
+ Meevax Lisp System, version 0.4.465
126
126
127
127
Usage: meevax [OPTION...] [FILE...]
128
128
0 commit comments