mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
Fix clarification of Nix Lua problem
This commit is contained in:
parent
40c52a53d9
commit
9500058615
1 changed files with 2 additions and 3 deletions
|
@ -67,9 +67,8 @@ You will need:
|
|||
includes the other tools needed for the build and sets up the
|
||||
`LD_LIBRARY_PATH` so the dynamically loaded libraries are found.
|
||||
> [!NOTE]
|
||||
> Luarocks currently doesn't install the Lua library due to openssh directory shenanigans.
|
||||
> Fix soon, hopefully. In the meantime you can manually copy [`pinnacle.lua`](./api/lua/pinnacle.lua)
|
||||
> and the [`pinnacle`](./api/lua/pinnacle) directory to `~/.luarocks/share/lua/5.4` or use the Rust API.
|
||||
> Luarocks currently doesn't install the Lua library and its dependencies due to openssh directory
|
||||
> shenanigans. Fix soon, hopefully. In the meantime you can use the Rust API.
|
||||
- [protoc](https://grpc.io/docs/protoc-installation/), the Protocol Buffer Compiler, for configuration
|
||||
- Arch:
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue