Skip to content

Commit d339028

Browse files
committed
mention build
1 parent 45172e2 commit d339028

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/_posts/2017-03-07-under_the_hood.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: wordcram update
77

88
### The required libraries
99

10-
- cue.language.jar
10+
- cue.language (since version-2.0.0 compiled into WordCram.ja)
1111

1212
Created by Jonathan Feinberg
1313

@@ -25,9 +25,14 @@ categories: wordcram update
2525
- WordCram.jar
2626

2727
Created by Dan Bernier
28-
WordCram lets you generate word clouds in Processing. It does the heavy lifting – text analysis, collision detection – for you, so you can focus on making your word clouds as beautiful, as revealing, or as silly as you like.
28+
WordCram lets you generate word clouds in Processing. It does the heavy lifting – text analysis, collision detection – for you, so you can focus on making your word clouds as beautiful, as revealing, or as silly as you like. Since version 2.0.0 the java code has been updated from java-1.5 to java-1.8, and the java code from the cue.language has aloso been
29+
included.
2930

3031

31-
- jsoup-1.7.2.jar
32+
- jsoup-1.10.2.jar (since version 2.0.0)
3233

3334
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
35+
36+
### The Build
37+
38+
The build depends on polyglot maven (access to processing core.jar, jsoup.jar is pulled from maven central)

0 commit comments

Comments
 (0)