mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-14 08:01:14 +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
|
includes the other tools needed for the build and sets up the
|
||||||
`LD_LIBRARY_PATH` so the dynamically loaded libraries are found.
|
`LD_LIBRARY_PATH` so the dynamically loaded libraries are found.
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Luarocks currently doesn't install the Lua library due to openssh directory shenanigans.
|
> Luarocks currently doesn't install the Lua library and its dependencies due to openssh directory
|
||||||
> Fix soon, hopefully. In the meantime you can manually copy [`pinnacle.lua`](./api/lua/pinnacle.lua)
|
> shenanigans. Fix soon, hopefully. In the meantime you can use the Rust API.
|
||||||
> and the [`pinnacle`](./api/lua/pinnacle) directory to `~/.luarocks/share/lua/5.4` or use the Rust API.
|
|
||||||
- [protoc](https://grpc.io/docs/protoc-installation/), the Protocol Buffer Compiler, for configuration
|
- [protoc](https://grpc.io/docs/protoc-installation/), the Protocol Buffer Compiler, for configuration
|
||||||
- Arch:
|
- Arch:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue