diff --git a/HOW_TO_COMPILE.md b/HOW_TO_COMPILE.md index 15fefc62..9f456af3 100644 --- a/HOW_TO_COMPILE.md +++ b/HOW_TO_COMPILE.md @@ -32,12 +32,8 @@ - You need to know the path of your Qt installation, default is *C:\Qt*
- You need to know which compiler you used
`cd C:\\\Qt\\\bin`

- - Deploy Qt's libraries using Qt's additional tool: + - Deploy libraries using Qt's additional tool:
`windeployqt.exe C:\\\`

- - Deploy C++ libraries by copying them: -
`copy "libstdc++-6.dll" C:\\\` -
`copy "libwinpthread-1.dll" C:\\\` -
`copy "libgcc_s_seh-1.dll" C:\\\`

- You can now move the executable's folder wherever you want and execute LogDoctor from there.

- **Mac OS**: