Skip to content

Commit 86cc7ad

Browse files
Symlink README: Consistently use windows \ for all file paths
1 parent ddc6bed commit 86cc7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/native/x86_64-windows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ which are either to create symlinks or to copy the library files.
2525
Symbolic links allow for an automatic update as soon as a dependency is changed via Ant/Ivy.
2626
Windows does not allow user-space symlinks, but requires administrator rights to create them.
2727
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`:
2929

3030
For Z3:
3131
- `mklink libz3.dll ..\..\java\runtime-z3\x64\libz3.dll`
@@ -42,7 +42,7 @@ For Bitwuzla:
4242
### With a direct copy of the library:
4343

4444
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`:
4646
Please note that this copy process needs to be repeated after each update of a solver library via Ant/Ivy dependencies.
4747

4848
For Z3:

0 commit comments

Comments
 (0)