lem icon indicating copy to clipboard operation
lem copied to clipboard

Make pack

Open snmsts opened this issue 2 years ago • 0 comments

to pack lem

./bootstrap
./configure
make
make pack

you'll find archive by

ls *.bz2

to install

tar xf lem-1.9.2-*.tar.bz2 
cd lem
sudo make install

to uninstall

sudo make uninstall

to upload archive

GITHUB_OAUTH_TOKEN=xxxx FILE=lem-*.bz2 make upload

snmsts avatar Dec 23 '21 18:12 snmsts