10 lines
147 B
Markdown
10 lines
147 B
Markdown
---
|
|
categories:
|
|
- Linux
|
|
tags: [make]
|
|
---
|
|
# Compile package from source
|
|
|
|
1. Clone the repo from GitHub
|
|
2. `cd` into the repo
|
|
3. Run `makepkg -c`
|