[PR #1588] [MERGED] Typo in compilation docs #2298

Closed
opened 2026-01-29 17:21:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1588
Author: @asher-gh
Created: 1/14/2024
Status: Merged
Merged: 1/15/2024
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 7193a65 Typo in compilation docs
  • e7ad56e Merge branch 'CCExtractor:master' into master
  • 335eea0 [Fix] Deprecated leptonica name

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 docs/COMPILATION.MD (+1 -1)
📝 linux/build (+1 -1)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

I was getting started with the project. Just trying to build ccextractor by following the COMPILATION.md resulted in a linker error, which was caused due to a deprecated library name. This fixes the error on my machine.

OS: Arch linux 6.6.10 x86_64
gcc 13.2.1
clang 16.0.6

Used pacman to install all listed dependencies.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1588 **Author:** [@asher-gh](https://github.com/asher-gh) **Created:** 1/14/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7193a65`](https://github.com/CCExtractor/ccextractor/commit/7193a65c907f244520af05b63ad0ef364a17784f) Typo in compilation docs - [`e7ad56e`](https://github.com/CCExtractor/ccextractor/commit/e7ad56ed76bc8b4e0e204fd6810d4060f0ac17c5) Merge branch 'CCExtractor:master' into master - [`335eea0`](https://github.com/CCExtractor/ccextractor/commit/335eea0b2d3b412e587850f4866f9bca8574cb0d) [Fix] Deprecated leptonica name ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/COMPILATION.MD` (+1 -1) 📝 `linux/build` (+1 -1) </details> ### 📄 Description <!-- Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. --> **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [x] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- I was getting started with the project. Just trying to build ccextractor by following the [COMPILATION.md](https://github.com/CCExtractor/ccextractor/blob/master/docs/COMPILATION.MD) resulted in a linker error, which was caused due to a deprecated library name. This fixes the error on my machine. OS: Arch linux 6.6.10 x86_64 gcc 13.2.1 clang 16.0.6 Used pacman to install all listed dependencies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2298