Hey, i found this reddit post since im also trying to install luvit but unfortunately i cannot decipher what maython meant in that message and installing what he linked also doesnt work I got grun working proot & chroot i have the 3 files with no extensions that the guy mentioned in the year old post and im not sure what to do next or how to set up asl basically
#Setting up asl command
31 messages · Page 1 of 1 (latest)
actually u can build luvit inside termux
no need asl
just clone luvit/luvi, luvit/lit, luvit/luvit and then do this
cd luvi
# For speeding up process
NPROC="$(nproc)"
# Build Luvi
make regular
make -j$NPROC
make install LUVI_BINDIR="$PREFIX/bin"
# Build Lit
cd .. && cd lit
luvi . -o lit
mv lit "$PREFIX/bin"
# Build Luvit
cd .. && cd luvit
luvi . -o luvit
mv luvit "$PREFIX/bin"
# Test if Luvit and Lit are working
luvit --help
lit --help
note that luvit/(luvi, lit, luvit) must be cloned with --recursive flag otherwise the building will failed
The thing is theyre files though
Maybe theyre already built
Though stuff like ./luvit doesnt work
Im pretty sure i got them from here https://github.com/truemedian/luvit-bin
Oh wait i didnt read the cloning part
Alright
I got this error after doing make regular
oh wait is it cuz of this?
I recloned everything with the recursive flag on and now its basically the same
make is saying there is nothing called cmake installed / found.
Ok
Is this an issue?
I was at the step make -j$NPROC
oh probably "You need Perl 5."
God damn it
Then theres also this blank out file
I have no idea what this means someone please help me
Oh wait is it missing something called ar
no problem