Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
eba3fca7
Commit
eba3fca7
authored
Nov 21, 2014
by
Eric Robitaille
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go get dependencies on executable
parent
6c098ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
install.sh
install.sh
+8
-0
No files found.
install.sh
View file @
eba3fca7
...
@@ -28,6 +28,14 @@ echo "changing branch to $branch"
...
@@ -28,6 +28,14 @@ echo "changing branch to $branch"
cd
$GOPATH
/src/github.com/ethereum/go-ethereum
cd
$GOPATH
/src/github.com/ethereum/go-ethereum
git checkout
$branch
git checkout
$branch
echo
"go get -u -d github.com/ethereum/go-ethereum/
$path
"
go get
-v
-u
-d
github.com/ethereum/go-ethereum/
$path
if
[
$?
!=
0
]
;
then
echo
"go get failed"
exit
fi
cd
$GOPATH
/src/github.com/ethereum/go-ethereum/
$path
cd
$GOPATH
/src/github.com/ethereum/go-ethereum/
$path
if
[
"
$exe
"
==
"mist"
]
;
then
if
[
"
$exe
"
==
"mist"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment