mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 21:23:29 +00:00
스킵 구현
This commit is contained in:
30
DPP-master/docpages/install/install-arch-aur.md
Normal file
30
DPP-master/docpages/install/install-arch-aur.md
Normal file
@@ -0,0 +1,30 @@
|
||||
\page install-arch-aur Installing from AUR (Arch Linux)
|
||||
|
||||
To install [D++ from AUR](https://aur.archlinux.org/packages/dpp), follow the steps below (as root):
|
||||
|
||||
```bash
|
||||
git clone https://aur.archlinux.org/dpp.git
|
||||
cd dpp
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
or use your favourite package manager:
|
||||
|
||||
```bash
|
||||
# example with `yay` (without root)
|
||||
yay -Sy dpp
|
||||
```
|
||||
|
||||
This will do the following three things:
|
||||
|
||||
- Clone the D++ AUR repository to a directory called `dpp`
|
||||
- Change into the directory `dpp`
|
||||
- Make a pacman package from the AUR repository for D++, and install it
|
||||
|
||||
You will now be able to use D++ by including its library on the command line:
|
||||
|
||||
```bash
|
||||
g++ mybot.cpp -o mybot -ldpp
|
||||
```
|
||||
|
||||
\include{doc} install_prebuilt_footer.dox
|
||||
Reference in New Issue
Block a user