Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added build deps to README.md #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added build deps to README.md #304

wants to merge 1 commit into from

Conversation

JJK96
Copy link

@JJK96 JJK96 commented Aug 6, 2015

No description provided.

@davidgfnet
Copy link
Owner

@JJK96 AFAICT those are ubuntu/debian specific dependencies, aren't they?

@JJK96
Copy link
Author

JJK96 commented Aug 6, 2015

Yes, but I think people who are smart enough to compile packages are smart enough to find the corresponding package for their system.

@davidgfnet
Copy link
Owner

Ok, then we could just say "Depends on FreeImage", right?

@JJK96
Copy link
Author

JJK96 commented Aug 6, 2015

i guess we could, but it also depends on the -dev (development) version of
freeimage and libc6
On Aug 6, 2015 4:57 PM, "David G. F." [email protected] wrote:

Ok, then we could just say "Depends on FreeImage", right?


Reply to this email directly or view it on GitHub
#304 (comment)
.

@JayFoxRox
Copy link

No it doesn't depend on the "development versions". It depends on freeimage and libc6.
If your distro decides to package the headers/libs necessary to develop applications seperately (to use those libraries) that's a whole different story.

One dependency is for building, the other one is for running.

I believe we should list those necessary for running. Having necessary dev-packages for building should be common sense for users (packagers and coders) using such distros.

@JJK96
Copy link
Author

JJK96 commented Aug 7, 2015

Thank you for your clarification, I'm okay with that.
On Aug 7, 2015 4:41 AM, "Jannik Vogel" [email protected] wrote:

No it doesn't depend on the "development versions". It depends on
freeimage and libc6.
If your distro decides to package the headers/libs necessary to develop
applications (to use those libraries) that's a whole different story.

One dependency is for building, the other one is for running.

I believe we should list those necessary for running. Having necessary
dev-packages for building should be common sense for users (packagers
and coders) using such distros.


Reply to this email directly or view it on GitHub
#304 (comment)
.

@davidgfnet
Copy link
Owner

Thanks for the clarification Jay. I think that's way more reasonable, since every distro is different and this is Linux (or *unix) specific.

@@ -22,6 +22,9 @@ Official binary sources (provided by davidgfnet):
Building
--------

Dependencies:
Libc6-dev, libfreeimage-dev

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be something like: "Development headers and libraries for glibc and Freeimage. You'll also need a C/C++ compiler and linker such as GCC".
Possibly add a debian example: "Example (debian): sudo apt-get install build-essential libfreeimage-dev" [untested, not a debian user myself but I do realize that especially debain users need help with this..]

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahahaha do they? Are Debian users retarded? :P Yeah lots of Ubuntu folks, but come on, they do have a launchpad repo... Let them suffer a bit

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of linux users start with an ubuntu based distro, so as a result,
most "beginners" use ubuntu/debian. I think we should start getting a
little more beginner friendly if we want linux to be more popular, and not
ridicule them.
On Aug 13, 2015 1:16 PM, "David G. F." [email protected] wrote:

In README.md
#304 (comment)
:

@@ -22,6 +22,9 @@ Official binary sources (provided by davidgfnet):
Building


+Dependencies:
+Libc6-dev, libfreeimage-dev

Hahahaha do they? Are Debian users retarded? :P Yeah lots of Ubuntu folks,
but come on, they do have a launchpad repo... Let them suffer a bit


Reply to this email directly or view it on GitHub
https://github.com/davidgfnet/whatsapp-purple/pull/304/files#r36963608.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to @JJK96 comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants