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] Include for pathconf() (#2402)

2019-11-22 Thread elextr
Two experts agreeing is good enough for me :)

-- 
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/pull/2402#issuecomment-557743619

Re: [Github-comments] [geany/geany] Include for pathconf() (#2402)

2019-11-22 Thread elextr
Merged #2402 into master.

-- 
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/pull/2402#event-2824961817

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:
https://github.com/geany/geany/issues/2403#issuecomment-557743344

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

Re: [Github-comments] [geany/geany] Include for pathconf() (#2402)

2019-11-22 Thread Jiří Techet
techee approved this pull request.

LGTM, too.



-- 
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/pull/2402#pullrequestreview-321813112

[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 or set the PKG_CONFIG environment variable to the full
path to pkg-config.

This is unnecessarily painful. Ubuntu is a very popular distro. Can we please 
have a one-liner `apt install ...` with the deps for Ubuntu?

-- 
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