Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
14e25100
Commit
14e25100
authored
Jul 09, 2015
by
gmembre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding GOPATH
parent
8eee0d57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/sources/project/building_from_source.md
+3
-2
No files found.
docs/sources/project/building_from_source.md
View file @
14e25100
...
@@ -17,6 +17,7 @@ dev environment.
...
@@ -17,6 +17,7 @@ dev environment.
## Get Code
## Get Code
```
```
export GOPATH=``pwd`
go get github.com/grafana/grafana
go get github.com/grafana/grafana
```
```
...
@@ -24,11 +25,11 @@ go get github.com/grafana/grafana
...
@@ -24,11 +25,11 @@ go get github.com/grafana/grafana
```
```
cd $GOPATH/src/github.com/grafana/grafana
cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup (only needed once to install godep)
go run build.go setup (only needed once to install godep)
godep restore (will pull down all golang lib dependecies in your current GOPATH)
$GOPATH/bin/
godep restore (will pull down all golang lib dependecies in your current GOPATH)
go build .
go build .
```
```
# Building on Windows
#
#
Building on Windows
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on windows you need
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on windows you need
to install GCC. We recommend
[
TDM-GCC
](
http://tdm-gcc.tdragon.net/download
)
.
to install GCC. We recommend
[
TDM-GCC
](
http://tdm-gcc.tdragon.net/download
)
.
...
...
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