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 you what you need to do.  `apt-get` needs to know what is needed 
to build, and for that it needs the distribution source package, which lists 
what the package needs on that specific distribution and version of the 
distribution, then it will get what you need on _your_ system.  I'm not a 
Ubuntist, but its likely that you can do this from some GUI setting.

The readme is vague because there are so many systems out there that "it 
depends" is the answer.

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

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

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