input-output-hk / cardano-sl

Cryptographic currency implementing Ouroboros PoS protocol
Apache License 2.0
3.76k stars 632 forks source link

Build with 'cardano-sl-wallet-static' not build binary file 'cardano-node' #3693

Open atomlab opened 6 years ago

atomlab commented 6 years ago

I try build Cardano component 'cardano-node' with attribute 'cardano-sl-wallet-static' as in docs

https://github.com/input-output-hk/cardano-sl/blob/master/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md

Ubuntu 16.04

Build from master

* cardano-sl-wallet-static:
    cardano-node, cardano-swagger

but after build I cant find 'cardano-node'

$ nix-build -A cardano-sl-wallet-static --cores 0 --max-jobs 2 --no-build-output --out-link master
/nix/store/4q5lhikmpwiihb5qj5r299489ml3pryx-cardano-sl-wallet-1.3.0
l$ ls master
share
l$ ls master/share/
l$ 
rvl commented 5 years ago

Hi, thanks for the report. It's now in the cardano-sl-wallet-new-static attribute. We will ensure that the doc is updated in the next version.