Skip to content

Commit

Permalink
deploy: 0fc9117
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jul 3, 2020
1 parent 861aa74 commit c3e6a0f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Build/node-cli.html
Expand Up @@ -158,6 +158,12 @@ <h4><a class="header" href="#build-instructions" id="build-instructions">Build I
<pre><code class="language-bash">cd ~/git
git clone https://github.com/input-output-hk/cardano-node
cd cardano-node

##### Temporary step for end-users, since master is often broken incompatible with new networks
git fetch --tags -all
git checkout release/1.14.x
#####

### Please ensure you have run the *UPDATED* prereqs.sh (see link at top of this document) before continuing
echo -e &quot;package cardano-crypto-praos\n flags: -external-libsodium-vrf&quot; &gt; cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh
Expand Down
6 changes: 6 additions & 0 deletions print.html
Expand Up @@ -236,6 +236,12 @@ <h4><a class="header" href="#build-instructions" id="build-instructions">Build I
<pre><code class="language-bash">cd ~/git
git clone https://github.com/input-output-hk/cardano-node
cd cardano-node

##### Temporary step for end-users, since master is often broken incompatible with new networks
git fetch --tags -all
git checkout release/1.14.x
#####

### Please ensure you have run the *UPDATED* prereqs.sh (see link at top of this document) before continuing
echo -e &quot;package cardano-crypto-praos\n flags: -external-libsodium-vrf&quot; &gt; cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit c3e6a0f

Please sign in to comment.