Bug #64908 | Build out-of-source fails | ||
---|---|---|---|
Submitted: | 8 Apr 2012 5:58 | Modified: | 12 Feb 2013 23:48 |
Reporter: | watson song | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / C | Severity: | S2 (Serious) |
Version: | 6.0.2 | OS: | Any (Mac OS X 10.6.8, Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | compile;macos;cmake, Contribution |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[8 Apr 2012 6:03]
watson song
[8 Apr 2012 6:04]
watson song
The cmakelists.txt modify the cpack
Attachment: CMakeLists.txt (text/plain), 14.45 KiB.