andrewchambers / janetsh

A powerful new shell that uses the janet programming language for both the implementation and repl.
https://janet-shell.org
MIT License
370 stars 13 forks source link

Failed to build on linux #219

Open glyh opened 3 years ago

glyh commented 3 years ago
using pkg-config to find janet headers.
Package janet was not found in the pkg-config search path.
Perhaps you should add the directory containing `janet.pc'
to the PKG_CONFIG_PATH environment variable
Package 'janet', required by 'virtual:world', not found

janet version: 1.16.1-87f8fe1

glyh commented 3 years ago

Fixed by using janet-lang rather than janet-lang-bin package from AUR, this seems to be a problem from upper stream.