You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
5
5
6
6
```bash
7
7
mvn package
8
8
```
9
9
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
0 commit comments