Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 387 Bytes

INSTALL.md

File metadata and controls

21 lines (12 loc) · 387 Bytes

INSTALLATION

(Assuming a Ubuntu machine.)

Install required software:

sudo apt-get install git lua5.1 liblua5.1-dev lua-lpeg

Clone Céu repository:

git clone https://github.com/ceu-lang/ceu cd ceu/

Run self tests:

./run_tests.lua cp ceu /usr/local/bin/ # copy ceu to your path

Include Céu in your path:

echo 'export PATH="$PATH:/.../ceu/"' >> ~/.bashrc