Commit 387a751 1 parent 3fcbf3f commit 387a751 Copy full SHA for 387a751
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Procedures for each standard are provided by the following R7RS-style libraries:
91
91
cmake -B build -DCMAKE_BUILD_TYPE=Release
92
92
cd build
93
93
make package
94
- sudo apt install build/meevax_0.5.65_amd64 .deb
94
+ sudo apt install build/meevax_0.5.66_amd64 .deb
95
95
```
96
96
97
97
or
@@ -123,9 +123,9 @@ sudo rm -rf /usr/local/share/meevax
123
123
124
124
| Target Name | Description
125
125
|-------------|-------------
126
- | ` all ` | Build shared-library ` libmeevax.0.5.65 .so ` and executable ` meevax `
126
+ | ` all ` | Build shared-library ` libmeevax.0.5.66 .so ` and executable ` meevax `
127
127
| ` test ` | Test executable ` meevax `
128
- | ` package ` | Generate debian package ` meevax_0.5.65_amd64 .deb `
128
+ | ` package ` | Generate debian package ` meevax_0.5.66_amd64 .deb `
129
129
| ` install ` | Copy files into ` /usr/local ` directly
130
130
131
131
## Usage
Original file line number Diff line number Diff line change 1
- 0.5.65
1
+ 0.5.66
Original file line number Diff line number Diff line change 17
17
#ifndef INCLUDED_MEEVAX_KERNEL_INSTRUCTION_HPP
18
18
#define INCLUDED_MEEVAX_KERNEL_INSTRUCTION_HPP
19
19
20
+ #include < cstdint>
20
21
#include < iostream>
21
22
22
23
namespace meevax
You can’t perform that action at this time.
0 commit comments