Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-commander
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
75
Issues
75
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-commander
Commits
c337c079
Commit
c337c079
authored
Oct 17, 2015
by
Uwe Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And again some minor text updates
parent
10cf611d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
README.md
README.md
+13
-10
No files found.
README.md
View file @
c337c079
...
...
@@ -25,8 +25,11 @@ great if you could help translating using [damned lies](https://l10n.gnome.org/)
### Cool hacks ###
Send an email with the patch to the
[
developers mailing list
](
https://lists.nongnu.org/mailman/listinfo/gcmd-devel
)
.
Please use the -u flag when generating the patch as it makes the patch
more readable. Write a good explanation of what the patch does.
Please create the patch either
*
with the diff-command:
``diff -Naur $OLD_FILE $NEW_FILE > patch.txt``
*
or with git-diff:
``git diff $COMMIT_ID1 $COMMIT_ID2 > patch.txt``
Also, write a good explanation of what the patch does.
### Plugins ###
...
...
@@ -36,12 +39,12 @@ If you have created a new plugin let us know about it on the mailing list.
## Building ##
```
bash
~ »
tar
-xf
gnome-commander-
$VERSION
.tar.xz
# unpack the sources
~ »
cd
gnome-commander-
$VERSION
# change to the toplevel directory
~ » ./configure
# run the `configure' script
~ » make
# build GNOME Commander
~ »
tar
-xf
gnome-commander-
$VERSION
.tar.xz
# unpack the sources
~ »
cd
gnome-commander-
$VERSION
# change to the toplevel directory
~ » ./configure
# run the `configure' script
~ » make
# build GNOME Commander
[
Become root
if
necessary
]
~ » make
install
# install GNOME Commander
~ » make
install
# install GNOME Commander
```
For installing GNOME Commander via git, do the following:
...
...
@@ -63,10 +66,10 @@ for detailed information regarding the installation of GNOME Commander.
This project has two mailing lists, one for users and one for developers.
Subscription to those mailing lists can be done at:
*
https://lists.nongnu.org/mailman/listinfo/gcmd-users
->
for users
*
https://lists.nongnu.org/mailman/listinfo/gcmd-devel
->
for developers
*
https://lists.nongnu.org/mailman/listinfo/gcmd-users
→
for users
*
https://lists.nongnu.org/mailman/listinfo/gcmd-devel
→
for developers
You can also find email addresses of the people who have created
gnome-c
ommander
You can also find email addresses of the people who have created
GNOME C
ommander
in the
[
AUTHORS
](
AUTHORS
)
file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment