Wykres commitów

27 Commity (937f4d6aeaf7ddc50bc181a1448a40fc9389e8c2)

Autor SHA1 Wiadomość Data
nightwalker-87 9b478a04e0 Simplified subdir structure for packaging 2020-04-29 19:20:47 +02:00
nightwalker-87 ce6ffe7030 Refactoring for package distribution
- New cpack package-config for DEB and RPM
- Toolchain file for cross-building
- Script to automate MinGW cross-building
- Added file headers for .cmake files
- Added dpkg and rpm to required pkgs
2020-04-29 16:24:14 +02:00
nightwalker-87 ade7118910 Merge branch 'develop' into pkg 2020-04-24 16:39:01 +02:00
nightwalker-87 22f44856ab Updated compiling manual
- Removed requirement for 7zip on Windows
- Added note on GNUInstallDir presets (#557)
2020-04-24 01:08:02 +02:00
Glaeqen d7e1e6a11e Added compilation guideline for MSVC toolchain 2020-04-21 00:18:51 +02:00
nightwalker-87 f48914512c [doc] Updated package requirements
- Added info on GTK3 libs & versioning
- Updated compiling instructions for macOS
2020-04-17 21:09:05 +02:00
nightwalker-87 ccd1673790 Enable pkg_check for gtk on macOS 2020-04-17 17:01:36 +02:00
nightwalker-87 308fccb048 General Project Update
- Updated CHANGELOG.md
- Updated links to project repository
- Improved project description
- Minor revision for tutorial.md
- Formatting fixes
2020-04-14 21:01:52 +02:00
nightwalker-87 23c071edea Updated documentation
- Compiling manual
- Updated version support for macOS
2020-04-07 17:01:26 +02:00
nightwalker-87 587fb48ce4 Updated cmake configuration
- Alligned formatting
- Updated version requirement
- Updated pkg-maintainer
- [doc] Added note in compiling manual
- Fixed install paths in build script
- Updated C-flag -std=gnu99 to gnu11
2020-04-05 14:25:45 +02:00
nightwalker-87 27aa888211 Updated compiling doc & version support
- Added info on version support
- Updated compiling instructions
- Updated minGW-w64 gcc-TC to v8.1.0
- Minor formatting fixes

(Closes #896, #897, #899)
2020-04-04 13:03:22 +02:00
nightwalker-87 10ae5294cd Updated /doc/compiling.md (Closes #113)
- Added note on correct libusb version.
- Formatting improvements
- Corrections to grammar and wording
2020-03-23 19:11:18 +01:00
nightwalker-87 2f9748e52f General Project Update
- Fixes in CHANGELOG.md
- Added note in README.md
- Updated package requirements.
2020-02-26 20:32:55 +01:00
Slyshyk Oleksiy a3cb1a1569 build wor windows under Debian/Ubuntu (#802) 2019-05-11 19:41:57 +02:00
aoand d13f946468 doc/compiling.md: fix package name "devscripts" (#775)
the command 'debuild' is (and always was) part of the devscripts package
2019-03-07 12:41:38 +01:00
Jerry Jacobs a201d3e5bd
Update compiling.md
Fixes #748
2018-12-02 21:25:02 +01:00
Vasiliy Glazov 1700e6a471 Added LIB_INSTALL_DIR to correct libs install on 64-bit systems (#636)
* Added LIB_INSTALL_DIR to correct libs install on 64-bit systems
* Add description for using LIB_INSTALL_DIR parameter.
2017-09-08 14:00:45 +02:00
orinem 79d91786f7 Stop the sulk with GPL2016 on Windows (#602)
* Fixes for VS2017.
* Added a getopt implementation.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Fixed include of getopt.h and unistd.h for WIN32.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Override /MD to /MT for MSVC to match libusb's builds.
* MSVC settings should be if (MSVC).
* Don't busy-wait for long periods in usleep().
* Dynamic link to MSVC libusb binaries.
* Added Visual Studio section to compiling.md.
* Added -D_CRT_NONSTDC_NO_WARNINGS to MSVC flags.
* Prevented some more warnings under MSVC.
2017-06-17 08:05:47 +02:00
Joost Rijneveld fc4fd76a75 Fix incorrect release folder name in docs (#560) 2017-02-20 18:45:07 +01:00
Jerry Jacobs 4868a62fbf Prepare for win64 static executable builds 2017-01-28 11:30:30 +01:00
Jerry Jacobs bf1b81b930 Prepare for v1.3.0 release, update ChangeLog.md 2017-01-28 10:12:53 +01:00
Jerry Jacobs 2cb33d45a8 Add note about debhelper for compiling the debian package. Fixes #520 2017-01-14 15:05:26 +01:00
Jerry Jacobs 76196d22c7 doc/compilation.md: Add note for user folder or system wide installation after compilation. Fixes #497 2016-10-29 12:09:15 +02:00
Jerry Jacobs be66bbf200 doc/compiling.md: Add note about installation and ldconfig. Fixes #478 2016-10-29 12:03:58 +02:00
Christian Mauderer 49248f5985 Fix install locations for modprobe config and udev rules (#502)
* cmake: Fix location of modprobe.d config.

* cmake: Use cmake variables for install locations.

This commit add the following two Cmake variables to
change the install location of the udev and modprobe
configuration files:
    - STLINK_UDEV_RULES_DIR
    - STLINK_MODPROBED_DIR

* doc/compiling.md: Add info about new CMAKE variables.

* debian: Use CMAKE variables for build.
2016-10-26 20:40:25 +02:00
Jerry Jacobs 7b359e2b95 doc/compiling.md: Add note on compiling for Mac OS X. Refs #499 2016-10-22 10:22:44 +02:00
Jerry Jacobs 9eb84d9f04 README.md: Refactor compilation and udev notes into seperate document. Fixes #486 2016-10-22 10:18:33 +02:00