Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instruction to build the binary on debian to README.md #16

Open
freddii opened this issue Dec 13, 2020 · 1 comment
Open

add instruction to build the binary on debian to README.md #16

freddii opened this issue Dec 13, 2020 · 1 comment

Comments

@freddii
Copy link
Contributor

freddii commented Dec 13, 2020

install cargo:
sudo apt install cargo

a) create the binary:
git clone https://github.com/Soft/xcolor
cd xcolor
make

after that the build binary is located in ./target/release/xcolor

b) or create a deb file:
cargo install cargo-deb
git clone https://github.com/Soft/xcolor
cd xcolor
cargo deb
after that the build deb file is located in ./target/debian/xcolor_0.5.0_amd64.deb

@freddii
Copy link
Contributor Author

freddii commented Dec 17, 2020

sadly my instruction does not create a really usefull deb file.
So there might be maybe a better solution to build a working deb file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant