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:
-
Jun 8, 2015, 1:25:34 PM (9 years ago)
- Author:
-
datallah
- Comment:
-
Add creation of libssp source tarball
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v167
|
v168
|
|
59 | 59 | * [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.7.2-1/libquadmath-4.7.2-1-mingw32-dll-0.tar.lzma/ quadmath-4.7.2-1] |
60 | 60 | * gcc-core-4.7.2-1 ([http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.7.2-1/gcc-core-4.7.2-1-mingw32-bin.tar.lzma/ bin] and dev and [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.7.2-1/libgcc-4.7.2-1-mingw32-dll-1.tar.lzma/ dll]) |
| 61 | * [http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.7.2-1/gcc-4.7.2-1-mingw32-src.tar.lzma/download gcc-4.7.2-1-mingw32-src] |
| 62 | * so we can distribute the libssp source since we distribute the binary |
61 | 63 | * Extract all of the above into the desired location (e.g. `$PIDGIN_DEV_ROOT/win32-dev/mingw-4.7.2`) |
| 64 | * Prepare a `libssp-src.tar.gz` file containing the libssp sources and licenses: |
| 65 | {{{ |
| 66 | #!sh |
| 67 | cd $PIDGIN_DEV_ROOT/win32-dev/mingw-4.7.2 |
| 68 | mkdir libsspsrctmp |
| 69 | tar -C libsspsrctmp -xf gcc-4.7.2-1-mingw32-src/gcc-4.7.2.tar.bz2 gcc-4.7.2/COPYING3 gcc-4.7.2/COPYING.RUNTIME gcc-4.7.2/libssp --strip-components=1 |
| 70 | tar -C libsspsrctmp -czf bin/libssp-src.tar.gz . |
| 71 | rm -r libsspsrctmp |
| 72 | }}} |
62 | 73 | |
63 | 74 | * Set the MinGW gcc's bin directory to be before Cygwin's in your `PATH`.[[BR]] |
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!