janet-lang / circlet

HTTP server library for janet
Other
80 stars 10 forks source link

Cook? #1

Closed shakna-israel closed 5 years ago

shakna-israel commented 5 years ago

I'm using Janet 1.0.0-dev-232ea22 from janet-lang-git on the AUR.

Unfortunately build won't run because Janet doesn't know where cook is.

... Any idea where I can find this dependency?

bakpakin commented 5 years ago

You can install it with the git installer. It seems like the AUR package doesn't install the handful of built-in modules, including cook.

git clone https://github.com/janet-lang/janet
cd janet
make -j 12
sudo make install
pdobsan commented 5 years ago

It seems like the AUR package doesn't install the handful of built-in modules,

Actually the modules were installed but the search path built in was wrong. Anyway this module loading problem is now solved on ArchLinux,

Just reinstall the janet-lang-git package from AUR.

bakpakin commented 5 years ago

Nice, closing.