Skip to content

Commit

Permalink
Added information regarding encrypted file systems and information on…
Browse files Browse the repository at this point in the history
… how to create eclipse projects.
  • Loading branch information
Martin Thomalla committed Jan 14, 2015
1 parent 94d5250 commit d27f4e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ project/boot
project.vim
*.old
.idea
.project
.classpath
.metadata/
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To build the code for the first time, if on windows:

$ .\sbt.cmd

If on mac/linux:
If on mac/linux, first make sure you have not checked out the code onto an encrypted file system, otherwise you will get compile errors regarding too long file names:

$ chmod a+x ./sbt
$ ./sbt
Expand All @@ -49,6 +49,11 @@ to get a Scala REPL with access to your exercises, and

To get a menu of possible main methods to execute.

To create project files for the eclipse IDE you can install the [sbteclipse](https://github.com/typesafehub/sbteclipse) [sbt](http://scala-sbt.org) plugin.
This makes a new command available in [sbt](http://scala-sbt.org):

> eclipse

All code in this repository is [MIT-licensed](http://opensource.org/licenses/mit-license.php). See the LICENSE file for details.

Have fun, and good luck! Also be sure to check out [the community wiki](https://github.com/fpinscala/fpinscala/wiki) for the **chapter notes**, links to more reading, and more.
Expand Down

0 comments on commit d27f4e3

Please sign in to comment.