|
|
|
|
|
by 0vermorrow
2570 days ago
|
|
Yeah, the problem is I am on OSX, and I actually had to compile scdoc myself without the -static flag (missing libraries). Also, I had to run it as: TERM=xterm-256color aerc
On OSX, otherwise got: panic: terminal entry not found
|
|
1. git clone https://git.sr.ht/~sircmpwn/scdoc
2. Edit Makefile and remove -static flag from ldflags
3. make install
4. git clone https://git.sr.ht/~sircmpwn/aerc
5. make install
You will need Go 1.12