We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e8d62 commit 4fbdb85Copy full SHA for 4fbdb85
README.md
@@ -11,6 +11,11 @@ The package requires an installation of either [Mathematica](http://www.wolfram.
11
- `JULIA_MATHLINK`: the path of the MathLink dynamic library named
12
- `libML64i4.so`/ `libML32i4.so` on Linux
13
- `ml64i4.dll`/`ml32i4.dll`/`libML64.dll`/ `libML32.dll` on Windows
14
+
15
+After setting you may need to manually build the package
16
+```julia
17
+(@v1.X) pkg> build MathLink
18
+```
19
20
## Usage
21
0 commit comments