File: README.md

package info (click to toggle)
weakforced 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,196 kB
  • sloc: cpp: 20,397; python: 2,002; sh: 700; makefile: 432
file content (18 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This sets up a devenv Lua environment locally.

It is also used to build the production Lua distribution when the `-p` flag is used.

It downloads and builds luajit & luarocks 
and installs them under this directory without polluting your global install.

Currently only tested on macOS Big Sur and Ubuntu 20.04, but it should work on most Linux distributions.

Requirements (general):

- working C compilation toolchain
- curl

Requirements (macOS):

- brew install openssl