Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 7cfb2be

Browse files
committed
INSTALL
1 parent 93d444a commit 7cfb2be

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

INSTALL.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Installation Guide
2+
3+
### Download Steps
4+
1. Download the following two packages for your operating system:
5+
- Interpreter main package (`codenothing-{OS}.zip`
6+
- Standard library package (`codenothing-all-libraries-{OS}-latest.tar.gz`
7+
8+
### Installation Steps
9+
1. Extract both packages
10+
2. Create a subfolder named `library` in the interpreter's main directory
11+
3. Copy all extracted library files (.dll or .so) into the newly created `library` folder
12+
13+
### Usage
14+
After completing the above steps, you can start using the CodeNothing programming language interpreter.
15+
16+
## System Requirements
17+
- Windows/Linux operating system
18+
- Appropriate file extraction tools
19+
20+
## 安装指南
21+
22+
### 下载步骤
23+
1. 下载适用于您操作系统的以下两个压缩包:
24+
- 解释器本体压缩包(`codenothing-{OS}.zip`
25+
- 标准库(library)压缩包(`codenothing-all-libraries-{OS}-latest.tar.gz`
26+
27+
### 安装步骤
28+
1. 解压两个压缩包
29+
2. 在解释器本体文件夹中创建子文件夹:`library`
30+
3. 将解压出的 library 文件(.dll 或 .so)全部复制到新建的 `library` 文件夹中
31+
32+
### 使用说明
33+
完成上述步骤后,您就可以开始使用 CodeNothing 编程语言解释器了。
34+
35+
## 系统要求
36+
- Windows/Linux 操作系统
37+
- 适当的文件解压工具
38+

0 commit comments

Comments
 (0)