cldoc on AUR (Arch User Repository)

Last updated: June 23,2024

1. Install "cldoc" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install cldoc on Arch using YAY

$ yay -S cldoc

* (Optional) Uninstall cldoc on Arch using YAY

$ yay -Rns cldoc

2. Manually Install "cldoc" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone cldoc's git locally

$ git clone https://aur.archlinux.org/cldoc.git ~/cldoc

c. Go to ~/cldoc folder and install it

$ cd ~/cldoc $ makepkg -si

3. Information about the cldoc package on Arch User Repository (AUR)

ID: 246562
Name: cldoc
PackageBaseID: 67937
PackageBase: cldoc
Version: 1.9-1
Description: cldoc is a clang based documentation generator for C and C++. cldoc tries to solve the issue of writing C/C++ software documentation with a modern, non-intrusive and robust approach.
URL: http://jessevdk.github.com/cldoc
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1362842124
LastModified: 1447051056
URLPath: /cgit/aur.git/snapshot/cldoc.tar.gz