#Setting up asl command

31 messages · Page 1 of 1 (latest)

west tendon
#

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

raw crow
#

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

west tendon
#

Thank you

#

Ill try that

west tendon
#

Maybe theyre already built

#

Though stuff like ./luvit doesnt work

west tendon
#

Alright

#

I got this error after doing make regular

west tendon
#

I recloned everything with the recursive flag on and now its basically the same

tepid gulch
west tendon
#

Oh alright thanks

#

500 mb god damn ill have to wait till im off cellular

west tendon
#

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

west tendon
#

Finally ive done it

#

Thank you all for your help

raw crow
#

no problem