Moved 'Getting ease.js' section to Integration chapter
parent
e605e4eeff
commit
d367c13820
|
@ -17,11 +17,35 @@ downloading pre-built packages. Depending on what you are doing, you may not
|
||||||
have to build ease.js at all.
|
have to build ease.js at all.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
* Getting ease.js:: How to get ease.js
|
||||||
* Building:: How to build ease.js
|
* Building:: How to build ease.js
|
||||||
* Including:: Including ease.js in your own project
|
* Including:: Including ease.js in your own project
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
|
||||||
|
@node Getting ease.js
|
||||||
|
@section Getting ease.js
|
||||||
|
If you simply want to use ease.js in your project, you may be interested in
|
||||||
|
simply grabbing an archive (tarball, zip, etc), or installing through your
|
||||||
|
favorite package manger. More information on those options will become available
|
||||||
|
as ease.js nears its first release.
|
||||||
|
|
||||||
|
If you are interested in building ease.js, you need to get a hold of the source
|
||||||
|
tree. Either download an archive (tarball, zip, etc), or clone the Git
|
||||||
|
repository. We will do the latter in the example below. Feel free to clone from
|
||||||
|
your favorite source.
|
||||||
|
|
||||||
|
@example
|
||||||
|
# to clone from GitHub (do one or the other, not both)
|
||||||
|
$ git clone git://github.com/mikegerwitz/easejs
|
||||||
|
|
||||||
|
# to clone from Gitorious (do one or the other, not both)
|
||||||
|
$ git clone git://gitorious.org/easejs/easejs.git
|
||||||
|
@end example
|
||||||
|
|
||||||
|
The repository will be cloned into the @file{./easejs} directory.
|
||||||
|
|
||||||
|
|
||||||
@node Building
|
@node Building
|
||||||
@section Building
|
@section Building
|
||||||
Feel free to skip this section if you have no interest in building ease.js
|
Feel free to skip this section if you have no interest in building ease.js
|
||||||
|
|
|
@ -9,20 +9,9 @@
|
||||||
|
|
||||||
@node Source Tree
|
@node Source Tree
|
||||||
@appendix Source Tree
|
@appendix Source Tree
|
||||||
Before building, you need to get a hold of the source tree. Either download an
|
You should already have gotten a hold of the source tree
|
||||||
archive (tarball, zip, etc), or clone the Git repository. We will do the latter.
|
(@pxref{Getting ease.js}). If not, please do so first and feel free to follow
|
||||||
Feel free to clone from your favorite source.
|
along.
|
||||||
|
|
||||||
@example
|
|
||||||
# to clone from GitHub (do one or the other, not both)
|
|
||||||
$ git clone git://github.com/mikegerwitz/easejs
|
|
||||||
|
|
||||||
# to clone from Gitorious (do one or the other, not both)
|
|
||||||
$ git clone git://gitorious.org/easejs/easejs.git
|
|
||||||
@end example
|
|
||||||
|
|
||||||
The repository will be cloned into the @file{./easejs} directory. Let's take a
|
|
||||||
look around.
|
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ cd easejs
|
$ cd easejs
|
||||||
|
|
Loading…
Reference in New Issue