aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/id-id/doc/getting-started/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/id-id/doc/getting-started/installation.md')
-rw-r--r--doc/docs/id-id/doc/getting-started/installation.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/docs/id-id/doc/getting-started/installation.md b/doc/docs/id-id/doc/getting-started/installation.md
index a93ddfd..2809cca 100644
--- a/doc/docs/id-id/doc/getting-started/installation.md
+++ b/doc/docs/id-id/doc/getting-started/installation.md
@@ -1,43 +1,43 @@
1# Installation 1# Instalasi
2 2
3## Lua Module 3## Modul Lua
4 4
5Install [luarocks](https://luarocks.org), a package manager for Lua modules. Then install it as a Lua module and executable with: 5Instal [luarocks](https://luarocks.org), manajer paket untuk modul Lua. Lalu instal sebagai modul Lua dan executable dengan:
6 6
7```shell 7```shell
8luarocks install yuescript 8luarocks install yuescript
9``` 9```
10 10
11Or you can build `yue.so` file with: 11Atau Anda dapat membangun file `yue.so` dengan:
12 12
13```shell 13```shell
14make shared LUAI=/usr/local/include/lua LUAL=/usr/local/lib/lua 14make shared LUAI=/usr/local/include/lua LUAL=/usr/local/lib/lua
15``` 15```
16 16
17Then get the binary file from path **bin/shared/yue.so**. 17Lalu ambil file biner dari path **bin/shared/yue.so**.
18 18
19## Build Binary Tool 19## Membangun Tool Biner
20 20
21Clone this repo, then build and install executable with: 21Klon repo ini, lalu bangun dan instal executable dengan:
22 22
23```shell 23```shell
24make install 24make install
25``` 25```
26 26
27Build YueScript tool without macro feature: 27Bangun tool YueScript tanpa fitur macro:
28 28
29```shell 29```shell
30make install NO_MACRO=true 30make install NO_MACRO=true
31``` 31```
32 32
33Build YueScript tool without built-in Lua binary: 33Bangun tool YueScript tanpa biner Lua bawaan:
34 34
35```shell 35```shell
36make install NO_LUA=true 36make install NO_LUA=true
37``` 37```
38 38
39## Download Precompiled Binary 39## Unduh Biner Pra-kompilasi
40 40
41You can download precompiled binary files, including binary executable files compatible with different Lua versions and library files. 41Anda dapat mengunduh file biner pra-kompilasi, termasuk file executable biner yang kompatibel dengan berbagai versi Lua dan file library.
42 42
43Download precompiled binary files from [here](https://github.com/IppClub/YueScript/releases). 43Unduh file biner pra-kompilasi dari [sini](https://github.com/IppClub/YueScript/releases).