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
We provide a build script to try and make common build tasks easier for users.
18
+
19
+
For macOS/Linux/Unix platforms:
20
+
```bash
21
+
$ ./build.sh quick
22
+
```
23
+
24
+
or, for Windows platforms:
25
+
```cmd
26
+
> build.bat quick
27
+
```
16
28
17
29
From here, you now have a compiled version of Elemental in the `exist-distribution/target` folder that you may use just as you would an installed version of Elemental. An installer is also build and present in`exist-installer/target`for easy installation elsewhere.
The `quick` build target will build distribution directory that can be found at: `exist-distribution/target/elemental-x.y.x-dir`.
32
+
If you wish to see what other build targets are available, you can run `./build.sh --help` (or `build.bat --help` on Windows platforms).
33
+
23
34
24
35
Further build options can be found at: [eXist-db Build Documentation](http://www.exist-db.org/exist/apps/doc/exist-building.xml "How to build eXist-db").
0 commit comments