Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Celis committed Jul 23, 2013
1 parent da4a5e4 commit 22b8674
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
39 changes: 24 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,46 @@ Dependencies

* [GNU Guile Scheme 2.0](http://www.gnu.org/software/guile/)

* [Noweb](http://www.cs.tufts.edu/~nr/noweb/) - not necessary if building from [distributed source](https://github.com/shanecelis/emacsy/releases)
* Only necessary if building from github
* [Noweb](http://www.cs.tufts.edu/~nr/noweb/)

Building from github
--------------------
* pdflatex

$ git clone https://github.com/shanecelis/emacsy.git
$ cd emacsy
$ git submodule init
$ git submodule update
$ ./autogen.sh
Building from a release (easy)
------------------------------

$ wget URL
$ tar xfz emacsy-0.1.1.tar.gz
$ cd emacsy-0.1.1
$ ./configure
$ make

Building from a release
---------------------
Building from github (harder)
-----------------------------

$ wget https://github.com/shanecelis/emacsy/releases/v0.1.0/641/emacsy-0.1.0.tar.gz
$ tar xfz emacsy-0.1.0.tar.gz
$ cd emacsy-0.1.0
$ git clone https://github.com/shanecelis/emacsy.git
$ cd emacsy/example
$ git clone https://github.com/shanecelis/hello-emacsy.git
$ git clone https://github.com/shanecelis/emacsy-webkit-gtk.git
$ cd ..
$ ./autogen.sh
$ ./configure
$ make


Running
-------

Run the [minimal example
program](http://gnufoo.org/emacsy/minimal-emacsy-example.pdf).
program](http://gnufoo.org/emacsy/minimal-emacsy-example.pdf) and the
[barebones webkit
browser](https://github.com/shanecelis/emacsy-webkit-gtk) example.

$ make run

![screenshot](https://raw.github.com/shanecelis/emacsy/master/support/images/screenshot-small.png)
![minimal example screenshot](https://raw.github.com/shanecelis/emacsy/master/support/images/screenshot-small.png)

![browser screenshot](https://raw.github.com/shanecelis/emacsy-webkit-gtk/master/support/image/emacsy-webkit-gtk-screenshot-1-small.png)

Reading
-------
Expand Down
2 changes: 1 addition & 1 deletion support/automake/noweb.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ else
endif

show-doc-local: $(NOWEB_DOCS)
$(OPEN) $^
for file in $^; do $(OPEN) $$file; done

0 comments on commit 22b8674

Please sign in to comment.