Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
May 16, 2018, 5:13:48 PM (6 years ago)
- Author:
-
Maiku
- Comment:
-
Add libdir override to avoid installing libraries into places like lib/x86_64-linux-gnu (meson bug?)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
47 | 47 | Create your build directory with the `--cross-file` option. You may choose FHS or classic directory layout (default is classic). For now (while the installer is missing), FHS will be easier to install and run. The rest of this script assumes you're using FHS. Make sure to have the Pidgin source tree as a child of the current directory. |
48 | 48 | {{{ |
49 | | meson pidgin build-win32 --cross-file win32_cross.txt --prefix=/mingw32/ -Dconsoleui=false -Dvv=false -Dintrospection=false -Dwin32-dirs=fhs |
| 49 | meson pidgin build-win32 --cross-file win32_cross.txt --prefix=/mingw32/ -Dconsoleui=false -Dvv=false -Dintrospection=false -Dwin32-dirs=fhs -Dlibdir=lib |
50 | 50 | }}} |
51 | 51 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!