arsipedia / baik-lang-9

Baik v9.4 Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BAIK LANG

BAIK (Bahasa Anak Indonesia Untuk Komputer) adalah sebuah bahasa dengan sintak dasar bahasa Indonesia.

Memasang

Untuk memasang, silahkan install paket pendukung terlebih dahulu

$ sudo apt-get install libgtk-3-dev

Lalu klon repo ini

$ git clone https://github.com/baik-lang/baik-lang-9
$ cd baik-lang-9

Lalu compile dan pasang

  • Linux
$ chmod +x compile.sh
$ ./compile.sh
  • CentOS
$ chmod +x compile.sh.centos
$ ./compile.sh.centos
  • IGOS12
$ chmod +x compile.sh.igos12
$ ./compile.sh.igos12
  • LNX Full GTK2
$ chmod +x compile_lnx_full_gtk2.sh
$ ./compile_lnx_full_gtk2.sh
  • LNX Full GTK3
$ chmod +x compile_lnx_full_gtk3.sh
$ ./compile_lnx_full_gtk3.sh
  • Full
$ chmod +x compile_lnx_full.sh
$ ./compile_lnx_full.sh

Jika sudah di compile lalu kita pindahkan file ke /usr/local/bin

$ sudo cp -rf baik /usr/local/bin/baik

Penggunaan

Cek jika paket sudah dipasang

$ baik -v

About

Baik v9.4 Programming Language


Languages

Language:C 97.7%Language:Objective-C 0.7%Language:JavaScript 0.6%Language:CSS 0.4%Language:Roff 0.3%Language:HTML 0.2%Language:C++ 0.1%Language:Shell 0.1%Language:Makefile 0.0%Language:Perl 0.0%