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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Just run `make` (if you have to choose between 32 and 64 bit, run `make
ARCH=i686` or `make ARCH=x86_64`). `Makefile.mingw` is the Makefile for 32-bit
Windows.
Expand Down