File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/native/x86_64-windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ which are either to create symlinks or to copy the library files.
25
25
Symbolic links allow for an automatic update as soon as a dependency is changed via Ant/Ivy.
26
26
Windows does not allow user-space symlinks, but requires administrator rights to create them.
27
27
Thus, we cannot check them into the repository. Please execute the following as administrator
28
- in the current directory ` lib/ native/ x86_64-windows ` :
28
+ in the current directory ` lib\ native\ x86_64-windows ` :
29
29
30
30
For Z3:
31
31
- ` mklink libz3.dll ..\..\java\runtime-z3\x64\libz3.dll `
@@ -42,7 +42,7 @@ For Bitwuzla:
42
42
### With a direct copy of the library:
43
43
44
44
An alternative simple solution (without the need of administrator rights) is to copy over
45
- those files from the ` lib\java\runtime-*\ ` directory into the current directory ` lib/ native/ x86_64-windows ` :
45
+ those files from the ` lib\java\runtime-*\ ` directory into the current directory ` lib\ native\ x86_64-windows ` :
46
46
Please note that this copy process needs to be repeated after each update of a solver library via Ant/Ivy dependencies.
47
47
48
48
For Z3:
You can’t perform that action at this time.
0 commit comments