Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2020-04-13 Thread elextr
Closed #2403. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2403#event-3228749418

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-23 Thread Matthew Brush
https://askubuntu.com/a/857433 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2403#issuecomment-557847743

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-23 Thread elextr
> No, because I had downloaded a source tarball and the README doesn't mention > running autogen in that case. Thats correct, not needed for tarballs, but since you hadn't said tarball before, its a reasonable question. > E: You must put some 'source' URIs in your sources.list Thats telling

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-23 Thread Dan Dascalescu
> Did you run `./autogen.sh` first? No, because I had downloaded [a source tarball](https://www.geany.org/download/releases/). > `apt-get build-dep geany` ``` $ sudo apt-get build-dep geany Reading package lists... Done E: You must put some 'source' URIs in your sources.list ``` -- You are

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-22 Thread Matthew Brush
> Can we please have a one-liner apt install ... with the deps for Ubuntu? `apt-get build-dep geany` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2403#issuecomment-557773346

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-22 Thread elextr
Somebody who is an expert on Ubuntu might know whats in `build-essential` but it seems it doesn't include `pkg-config`, which is surprising. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-22 Thread LarsGit223
Did you run ```./autogen.sh``` first? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2403#issuecomment-557703911

[Github-comments] [geany/geany] What exactly are the required deps for building on Ubuntu? (#2403)

2019-11-22 Thread Dan Dascalescu
I've installed `build-essential`, but beyond that, the build instructions in the README are pretty vague. When I run `./configure`, I get > configure: error: in `/home/dandv/prg/geany-1.36': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH