Installation of the original vpub
Author | Topic |
---|---|
mysh
|
Posted on
VpubSince vpub doesn't provide precompiled binaries - we need to compile it ourselves. PrerequisitesEasiest way to get started is to use some Linux distribution and install the following: - Golang - Postgres - Git - Make - GCC Make sure that Postgres service is started and you can access it. You also have to create database named Compilation from the sourceUsing git clone https://git.sr.ht/~m15o/vpub cd vpub make You should now have Last edited on |