Conceal Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
faq [2022/10/27 17:13] – [Q: How to compile a wallet on *nix?] lolitalollipopfaq [2022/10/27 17:15] (current) – [Q: How to compile a wallet on *nix?] lolitalollipop
Line 412: Line 412:
  
  * git clone https://github.com/ConcealNetwork/conceal-desktop  * git clone https://github.com/ConcealNetwork/conceal-desktop
 +
  * cd conceal-desktop  * cd conceal-desktop
 +
  * rm -rf cryptonote  * rm -rf cryptonote
 +
  * git clone https://github.com/ConcealNetwork/conceal-core cryptonote  * git clone https://github.com/ConcealNetwork/conceal-core cryptonote
 +
  * make build-release  * make build-release
 +
  * mkdir bin && mv build/release/conceal-desktop bin/  * mkdir bin && mv build/release/conceal-desktop bin/
 +
  * make clean  * make clean
 ==== Q: How to delete blockchain data and sync from scratch? ==== ==== Q: How to delete blockchain data and sync from scratch? ====