pidgin/pidgin

A few readme tweaks

2019-11-15, Gary Kramlich
db020c153465
Parents fb4b0ae193c0
Children 31c188299a27
A few readme tweaks
  • +7 -6
    README
  • --- a/README Fri Nov 15 01:07:08 2019 -0600
    +++ b/README Fri Nov 15 22:12:52 2019 -0600
    @@ -2,8 +2,9 @@
    See AUTHORS and COPYRIGHT for the list of contributors.
    libpurple is a library intended to be used by programmers seeking
    -to write an IM client that connects to many IM networks. It supports
    -AIM, ICQ, and XMPP, among others.
    +to write an IM client that connects to many IM networks. It comes
    +with support for Bonjour, IRC, XMPP, among others, and there are
    +many more networks supported via third party protocols.
    Pidgin is a graphical IM client written in C which uses the GTK+
    toolkit.
    @@ -11,8 +12,8 @@
    Finch is a text-based IM client written in C which uses the ncurses
    toolkit.
    -These programs are not endorsed by, nor affiliated with, AOL nor any
    -other company in any way.
    +These programs are not endorsed by, nor affiliated with, any
    +proprietary instant messagin company in any way.
    ## BUILD
    @@ -23,7 +24,7 @@
    meson build
    cd build
    ninja
    - sudo ninja install
    + ninja install
    There are quite a few options for the build that you can view by looking at `meson_options.txt`. You can specify the options when running meson like the following:
    @@ -38,7 +39,7 @@
    Currently Pidgin can not be run from a build directory which means you must
    install it first. Once you've done that, you only need to run 'pidgin' or
    -'finch'.
    +'finch'. If it fails to launch you may need to run `ldconfig` as root.
    To get started, simply add a new account.