Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
6bad3e38
Commit
6bad3e38
authored
9 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: updates to "Getting Started"
parent
b7d256b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user/getting_started.rst
+18
-7
18 additions, 7 deletions
docs/user/getting_started.rst
with
18 additions
and
7 deletions
docs/user/getting_started.rst
+
18
−
7
View file @
6bad3e38
...
@@ -20,11 +20,25 @@ configuration located in *docs/site-example/*.
...
@@ -20,11 +20,25 @@ configuration located in *docs/site-example/*.
.. _Git tags: http://git-scm.com/book/en/Git-Basics-Tagging
.. _Git tags: http://git-scm.com/book/en/Git-Basics-Tagging
.. _list of gluon releases: https://github.com/freifunk-gluon/gluon/releases
.. _list of gluon releases: https://github.com/freifunk-gluon/gluon/releases
Building the image
Dependencies
------------------
------------
To build Gluon, several packages need to be installed on the system. On a
freshly installed Debian Wheezy system the following packages are required:
* `git` (to get Gluon and other dependencies)
* `subversion`
* `build-essential`
* `gawk`
* `unzip`
* `libncurses-dev` (actually `libncurses5-dev`)
* `libz-dev` (actually `zlib1g-dev`)
Building the images
-------------------
To build Gluon, first check out the repository. Replace *RELEASE* with the
To build Gluon, first check out the repository. Replace *RELEASE* with the
version you'd like to checkout, e.g. *v2014.
3
*.
version you'd like to checkout, e.g. *v2014.
4
*.
::
::
...
@@ -75,10 +89,7 @@ images are to be used when flashing from the original firmware a device came wit
...
@@ -75,10 +89,7 @@ images are to be used when flashing from the original firmware a device came wit
and sysupgrade is to upgrade from other versions of Gluon or any other OpenWRT-based
and sysupgrade is to upgrade from other versions of Gluon or any other OpenWRT-based
system.
system.
For the build reserve 6GB of disk space. The build requires packages
You should reserve about 10GB of disk space for each `GLUON_TARGET`.
for `subversion`, ncurses headers (`libncurses-dev`) and zlib headers
(`libz-dev`).
There are two levels of `make clean`:
There are two levels of `make clean`:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment