Skip to content

Commit a3d6d04

Browse files
committed
2 parents 736279b + aab68e4 commit a3d6d04

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

nature-of-code/xor/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
Building the nn Library
1+
Building the xor (neural net) Library
22
===================
33

4-
Here we do a [polyglot maven][polyglot] build. But you could do a manual build quite easily if you wished. If you have recent mvn installed all you need to do is
4+
Here we do a [polyglot maven][polyglot] build. But you could do a manual build quite easily if you wished. If you have a recent maven installed all you need to do is
55

66
```bash
77
mvn package
88
```
99

10-
See also how to build jruby [extensions]:https://github.com/jruby/jruby-examples with polyglot maven
10+
See also how to build jruby [extensions][extensions] with polyglot maven
11+
12+
NB: It is important for the `library_loader` to put the `xor.jar` in `library/xor` directory if you do a manual bulid
13+
14+
15+
[polyglot]:https://github.com/takari/polyglot-maven
16+
[extensions]:https://github.com/jruby/jruby-examples

0 commit comments

Comments
 (0)