You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
asio | 1 year ago | |
doc | 1 year ago | |
extra | 1 year ago | |
font | 1 year ago | |
hugo | 1 year ago | |
libpd | 1 year ago | |
linux | 1 year ago | |
m4 | 1 year ago | |
mac | 1 year ago | |
man | 1 year ago | |
md | 1 year ago | |
msw | 1 year ago | |
po | 1 year ago | |
portaudio | 1 year ago | |
portmidi | 1 year ago | |
src | 1 year ago | |
tcl | 1 year ago | |
.dir-locals.el | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
INSTALL.htm | 1 year ago | |
INSTALL.txt | 1 year ago | |
LICENSE.txt | 1 year ago | |
Makefile.am | 1 year ago | |
README.md | 1 year ago | |
README.txt | 1 year ago | |
autogen.sh | 1 year ago | |
configure.ac | 1 year ago | |
pd.pc.in | 1 year ago |
README.md
pure-data-hugo
this repo builds the html manual from .md
files using HUGO via makefile.gnu
or autotools
it has been tested on Windows and Linux.
To build install hugo in your system:
-
Windows/MinGW
pacman -S mingw64/mingw-w64-x86_64-hugo
-
Linux(Debian)
sudo apt install hugo
-
macOS
brew install hugo