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
fe79a8f7
Commit
fe79a8f7
authored
Mar 22, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/WeMeetAgain/go-ethereum
into WeMeetAgain-develop
Conflicts: ethereal/Makefile
parents
1f2547b8
13e18e1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
Makefile
ethereal/Makefile
+9
-8
No files found.
ethereal/Makefile
View file @
fe79a8f7
UNAME
=
$(
shell
uname
)
UNAME
=
$(
shell
uname
)
FILES
=
qml
*
.png
GOPATH
=
$(PWD)
# Default is building
# Default is building
all
:
all
:
go
install
go get
-d
cp
*
.go
$(GOPATH)
/src/github.com/ethereum/go-ethereum
cp
-r
ui
$(GOPATH)
/src/github.com/ethereum/go-ethereum
go build
install
:
install
:
# Linux build
# Linux build
ifeq
($(UNAME),Linux)
ifeq
($(UNAME),Linux)
mkdir
-p
/usr/local/ethereal
cp
-r
assets/*
/usr/share/ethereal
files
=(
net.png network.png new.png tx.png
)
cp
go-ethereum
/usr/local/bin/ethereal
for
file
in
"${files[@]}"
;
do
cp
$file
/usr/share/ethereal
done
cp
-r
qml
/usr/share/ethereal/qml
cp
$GOPATH/bin/go-ethereum
/usr/local/bin/ethereal
endif
endif
# OS X build
# OS X build
ifeq
($(UNAME),Darwin)
ifeq
($(UNAME),Darwin)
...
...
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