Skip to content

lloydeverett/lua-cosmologist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

git clone https://github.com/lloydeverett/lua-cosmologist
cd lua-cosmologist
wget https://github.com/jart/cosmopolitan/releases/download/4.0.2/cosmocc-4.0.2.zip
unzip cosmocc-4.0.2.zip -d cosmocc
rm cosmocc-4.0.2.zip

Usage

cd example
../cosmologist .
./bin/example

See the platform notes listed here if you have any difficulty running the output binary.

Installation

Simply ensure the cosmologist program at the root of the repository is on your $PATH.

mkdir -p "$HOME/.local/bin"
ln -s $(realpath ./cosmologist) "$HOME/.local/bin/cosmologist"

(The above assumes ~/.local/bin is on your shell $PATH. If not, either install envman or append export PATH="$HOME/.local/bin:$PATH" to your shell profile.)

About

Package lua programs as cross-platform universal binaries (αcτµαlly pδrταblε εxεcµταblεs, from the Cosmopolitan C project) that double as ZIP files that can be extracted to obtain the lua source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors