Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows cross build documentation #2736

Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
scripts/Windows/README.adoc: corrected instructions of pthread instal…
…lation

Signed-off-by: RikyPlaza <158032745+RikyPlaza@users.noreply.github.com>
RikyPlaza committed Dec 19, 2024
commit 646bf72e9fa22bed71f5ee734015d8f062f2ef48
9 changes: 6 additions & 3 deletions scripts/Windows/README.adoc
Original file line number Diff line number Diff line change
@@ -226,9 +226,12 @@ presumed inconsequential. You can try a not-"inlined" build instead.

Finally, install the resulting files into locations under `PREFIX`:

:; sudo cp *.dll ${PREFIX}/pthreads/lib/
:; sudo cp *.a ${PREFIX}/lib/
:; sudo cp pthread.h sched.h semaphore.h ${PREFIX}/pthreads/include
:; sudo mkdir -p $PREFIX/pthreads/lib/
:; sudo cp *.dll $PREFIX/pthreads/lib/
:; sudo mkdir -p $PREFIX/lib/
:; sudo cp *.a $PREFIX/lib/
:; sudo mkdir -p $PREFIX/pthreads/include/
:; sudo cp pthread.h sched.h semaphore.h $PREFIX/pthreads/include


MinGW regex library