mirror of https://github.com/lhw/gogdownloader.git
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.
|
8 years ago | |
---|---|---|
cmake | 10 years ago | |
docs | 11 years ago | |
src | 10 years ago | |
wiki@8fbad405fa | 11 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 11 years ago | |
CMakeLists.txt | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 8 years ago |
README.md
Not actively maintained
There is another implementation of the API by sude https://github.com/Sude-/lgogdownloader which should be working unlike this one.
Building Instructions
Currently the application can be compiled via cmake and make like this:
cmake .
make
Which will produce a single binary called goglogin
in src/
On the most recent debian and ubuntu versions the build might fail because
it cannot find libprotobuf-c. The maintainer does not provide the package
with a pkg-config file.
I currently have an updated version in my personal package archive (PPA) at
https://launchpad.net/~lhw/+archive/packages or if you intend to you can also
compile your own from source.