summaryrefslogtreecommitdiff
path: root/README_details.txt
Commit message (Collapse)AuthorAgeFilesLines
* Support build with CMakeIvan Maidanski2021-11-081-1/+14
| | | | | | | | | | * CMakeLists.txt: New file. * Config.cmake.in: Likewise. * Makefile.am (EXTRA_DIST): Add CMakeLists.txt, Config.cmake.in. * README.md (Installation and Usage): Describe shortly how to build the package with CMake (and how to disable GPL code in case of CMake). * README_win32.txt: Likewise. * README_details.txt: Document cmake-based build.
* Move all README and license files to the top folderIvan Maidanski2021-11-011-0/+241
The rationale: all relative links (in README.md) should remain valid after docs installation. * doc/LICENSING.txt: Move to the base folder. * doc/README_details.txt: Likewise. * doc/README_malloc.txt: Likewise. * doc/README_stack.txt: Likewise. * doc/README_win32.txt: Likewise. * Makefile.am (SUBDIRS): Remove doc item. * Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Add comment and items from doc/Makefile.am. * README.md (Overview): Replace reference to doc with the links to the existing README_*.txt files (except for README_win32.txt). * README.md (Installation and Usage): Add link to LICENSING.txt. * README.md (Platform Specific Notes): Add link to README_win32.txt. * README.md (Copyright & Warranty): Adjust link to LICENSING.txt (after moving to the base folder). * configure.ac (AC_CONFIG_FILES): Remove doc/Makefile item. * doc/Makefile.am: Remove file. * src/atomic_ops_malloc.h: Update path to LICENSING.txt in comment.