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 2905b87 commit f239500Copy full SHA for f239500
README.md
@@ -188,6 +188,17 @@ After creating the file `deps.jl` try loading MathLink the usual way
188
```julia
189
(@v1.X) pkg> using MathLink
190
```
191
+If you do not have a Mathematica installation at all, the above trick still works, but then you must leave the path blank
192
+```julia
193
+const mlib = ""
194
+const mker = "WolframKernel"
195
+```
196
+Loading `MathLink` then proclaims
197
198
+julia> using MathLink
199
+[ Info: Precompiling MathLink [18c93696-a329-5786-9845-8443133fa0b4]
200
+[ Info: Pretending fake installation works
201
202
203
204
## Notes
0 commit comments