Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
76d6649d
Commit
76d6649d
authored
18 years ago
by
dkirov
Browse files
Options
Downloads
Patches
Plain Diff
mention new build system in ChangeLog and
README.html downgrade build dependencies to automake 1.8
parent
5081616a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
README.html
+19
-4
19 additions, 4 deletions
README.html
src/common/gajim.py
+1
-2
1 addition, 2 deletions
src/common/gajim.py
with
22 additions
and
7 deletions
ChangeLog
+
2
−
1
View file @
76d6649d
Gajim 0.11 (XX October 2006)
* New build system, using GNU autotools. See README.
* Support for link-local messaging via zeroconf/bonjour
* Intoducing View Menu (GNOME HIG)
* GNOME Keyring Support (if GNOME keyring available, manage passwords and save them in an encrypted file).
* Ability to now hide the Transports group
...
...
This diff is collapsed.
Click to expand it.
README.html
+
19
−
4
View file @
76d6649d
...
...
@@ -60,9 +60,10 @@ If you still have problems compiling, you may want to try removing the gtk1 seri
<h2>
Installation Procedure
</h2>
<ol>
<li>
tar jxvf gajim-version.tar.bz2
</li>
</li>
cd gajim
</li>
</li>
make (builds all modules)
</li>
</li>
su -c make install
</li>
<li>
cd gajim
</li>
<li>
./configure
</li>
<li>
make (builds all modules)
</li>
<li>
su -c make install
</li>
</ol>
<p>
...
...
@@ -81,8 +82,22 @@ Just do <em>gajim</em> or you can run Gajim from your GNOME/XFCE/KDE/whatever me
or if you didn't 'make install' you can also run from gajim folder with
<em>
./launch.sh
</em>
<hr>
<h3>
Note for svn users
</h3>
You will need GNU autotools in order to install Gajim from svn. This includes:
<ul>
<li>
automake
>
= 1.8
</li>
<li>
autoconf
>
= 2.59
</li>
<li>
libtool
</li>
<li>
intltool-0.35.0
</li>
</ul>
</p>
steps to compile gajim:
<pre>
$ sh autogen.sh
$ ./configure
$ make
</pre>
<h2>
Uninstallation Procedure
</h2>
<p>
su -c make uninstall
<br/>
...
...
This diff is collapsed.
Click to expand it.
src/common/gajim.py
+
1
−
2
View file @
76d6649d
...
...
@@ -33,8 +33,7 @@ except ImportError:
If you start gajim from svn:
* Make sure you have GNU autotools installed.
This includes the following packages:
aclocal-1.9
automake-1.9
automake >= 1.8
autoconf >= 2.59
intltool-0.35
libtool
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment