8 Commits

Author SHA1 Message Date
Jonathan Thomas
e598d82e83 Revert "fix cmake instructions using '-d' argument in MacOs" 2021-11-10 22:50:17 -06:00
Jonathan Thomas
9c11729664 Merge pull request #673 from wasimafser/develop
fix cmake instructions using '-d' argument in MacOs
2021-11-10 22:08:57 -06:00
Jonathan Thomas
54c2a800eb Updating docs for babl INSTALL 2021-10-28 18:08:47 -05:00
Frank Dana
59138ea3e4 Adopt license management via Reuse project/tool (#711)
* reuse-managed license/copyright headers

reuse is a tool for compliance with the REUSE recommendations. See
<https://reuse.software/> for more information, and
<https://reuse.readthedocs.io/> for the online documentation.

* Set jsoncpp license
* Add MIT license for Decklink sources
* Explicitly license examples/
  - Add headers to source files
  - Change blanket licensing in .reuse/dep5 to only cover binary media
  - Import CC-BY-3.0 license and assign to sintel_trailer
2021-10-16 01:26:26 -04:00
Wasim Afser
f443c99194 merge suggestions from ferdnyc
* change code snippets to have a copy-paste friendly syntax
* use clang++/clang for building libopenshot
* use location provided by brew using --cellar
2021-05-16 10:14:27 +05:30
Wasim Afser
4133f675de fix cmake instructions using '-d' argument 2021-05-14 17:38:03 +05:30
FeRD (Frank Dana)
7319201e37 Doygen: Include doc/*.md in docs
Also include the documentation MarkDown pages in the Doxygen docs.
These will show up as Related Pages in the interface.

* The formatting of `INSTALL-*.md` had to be changed some:
  - Doxygen doesn't support headings in bulleted lists (lines starting
    with `* ###`) -- I'm not even sure that's legal markdown. They were
    changed to just level 3 headings (lines starting with `###`).
  - ALL Windows paths in `INSTALL-WINDOWS.md` were wrapped in backticks,
    to prevent Doxygen parsing them as markup commands.
  - Level 1 headings were added to the top of the three install docs,
    giving them the title "Building libopenshot for ___(OS)___".
    Otherwise all three pages were titled "Getting Started".

* Separately, the table at the top of `HW-ACCEL.md` does not
  translate well to Doxygen. It will need further polishing. But the
  docs are all quite readable now.
2019-06-12 22:44:05 -04:00
Jonathan Thomas
62fa7176a4 Update README and INSTALL files (including build instructions) (#194)
* Update README.md
* Create INSTALL.md
* Delete InstallationGuide.pdf
* Create INSTALL-LINUX.md
* Create INSTALL-MAC.md
* Create INSTALL-WINDOWS.md
2019-02-08 15:30:56 -06:00