mirror of
https://github.com/DarrylNixon/melamine.git
synced 2024-04-22 06:27:20 -07:00
12 lines
284 B
Markdown
12 lines
284 B
Markdown
# melamine
|
|
|
|
todo!
|
|
|
|
## install
|
|
|
|
```bash
|
|
sudo apt install --yes --no-install-recommends build-essential python3-dev libzfslinux-dev && \
|
|
sudo pip3 install Cython && \
|
|
git clone https://github.com/truenas/py-libzfs && \
|
|
cd py-libzfs && ./configure --prefix=/usr && sudo make install
|
|
```
|