Commit Graph

5 Commits

Author SHA1 Message Date
David Korth
ab8142996b Renamed CHANGES.md to NEWS.md. Install NEWS.md. 2018-04-28 09:45:43 -04:00
David Korth
0fb9720edd [doc] rom-properties.conf.example: Added an example configuration.
rp-config isn't available on Linux at the moment, so an example
configuration file will be useful.
2017-05-20 01:16:47 -04:00
David Korth
684b063822 Split compiling instructions out of README.md into doc/COMPILING.md.
Install COMPILING.md in doc/ on Windows and the standard doc directory
on Linux.

README.md now has a standard "Installation" section for binary packages.
2016-10-21 23:49:03 -04:00
David Korth
e78f8c9190 [doc] CMakeLists.txt: Install top-level documents in the top-level directory on Windows.
This makes it easier for Windows users to find README.md
and LICENSE.

DirInstallPaths.cmake: New variable DIR_INSTALL_DOC_ROOT.
This points to "." on Windows, and DIR_INSTALL_DOC on all
other platforms.
2016-10-21 23:38:07 -04:00
David Korth
2013307dab Initial CPack setup for Windows (and some Linux changes).
CMakeLists.txt:
- Set the version to 0.7.99+.
- Added more CPack fields.
- Added an architecture-specific suffix for Windows packages.
  (TODO: Package both 32-bit and 64-bit DLLs in the Win64 package.)

DirInstallPaths.cmake: Copied from GCN MemCard Recover, with some
changes to accomodate the different setup for rom-properties.

options.cmake: s/debug file/debug files/g

doc/, scripts/: Install the relevant files. Note that the files aren't
converted to Windows line endings when compiling for Windows.

[win32] CMakeLists.txt: Added INSTALL() commands.
2016-10-17 01:16:50 -04:00