Installation
mkpage and companions are command line programs run from a shell like Bash. You can find compiled
versions in releases/latest
on Github. What you want to download is the zip file named mkpage-VERSION_NO-release.zip. Inside
the zip file look for the directory that matches your computer and copy that someplace
defined in your path (e.g. $HOME/bin).
Compiled versions are available for Mac OS X (amd64 processor), Linux (amd64), Windows
(amd64) and Rapsberry Pi (both ARM6 and ARM7)
Mac OS X
- Go to github.com/rsdoiel/mkpage/releases/latest
- Click on the green “mkpage-VERSION_NO-release.zip” link and download
- Open a finder window and find the downloaded file and unzip it (e.g. mkpage-VERSION_NO-release.zip)
- Look in the unziped folder and find dist/macosx-amd64/
- Drag (or copy) the files inside to a “bin” directory in your path
- e.g.
cp ~/Downloads/mkpage-VERSION_NO-release/dist/macosx-amd64/* ~/bin/
- Open and “Terminal” and run
mkpage -h
and run reldocpath -h
Windows
- Go to github.com/rsdoiel/mkpage/releases/latest
- Click on the green “mkpage-VERSION_NO-release.zip” link and download
- Open the file manager find the downloaded file and unzip it (e.g. mkpage-VERSION_NO-release.zip)
- Look in the unziped folder and find dist/windows-amd64/mkpage.exe
- Drag (or copy) the mkpage.exe, mkslides.exe, and other files ending in “.exe” to a “bin” directory in your path
- Open Bash and and run
mkpage -h
and run reldocpath -h
Linux
- Go to github.com/rsdoiel/mkpage/releases/latest
- Click on the green “mkpage-VERSION_NO-release.zip” link and download
- find the downloaded zip file and unzip it (e.g. unzip ~/Downloads/mkpage-VERSION_NO-release.zip)
- In the unziped directory and find for dist/linux-amd64/
- copy the fils in that directory to a “bin” directory
- e.g.
cp ~/Downloads/mkpage-VERSION_NO-release/dist/linux-amd64/* ~/bin/
- From the shell prompt run
mkpage -h
and run reldocpath -h
Raspberry Pi
If you are using a Raspberry Pi 2 or later use the ARM7 VERSION_NO, ARM6 is only for the first generaiton Raspberry Pi.
- Go to github.com/rsdoiel/mkpage/releases/latest
- Click on the green “mkpage-VERSION_NO-release.zip” link and download
- find the downloaded zip file and unzip it (e.g. unzip ~/Downloads/mkpage-VERSION_NO-release.zip)
- In the unziped directory and find for dist/raspberrypi-arm7/
- copy the files in that directory to a “bin” directory
- e.g.
cp ~/Downloads/mkpage-VERSION_NO-release/dist/raspberrypi-arm7/mkpage ~/bin/
- if you are using an original Raspberry Pi you should copy the ARM6 version instead
- From the shell prompt run
mkpage -h
and run reldocpath -h