Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
125f0311
Unverified
Commit
125f0311
authored
Jan 19, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mikedep333-README.md' into 3.6.x
Attributes GH PR #71:
https://github.com/ArcticaProject/nx-libs/pull/71
parents
72801f6d
0239ba72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
README.md
README.md
+22
-2
No files found.
README.md
View file @
125f0311
...
...
@@ -64,8 +64,9 @@ If you have any questions about this NX development or want to file a bug
report, please contact the Arctica developers, the X2Go developers or the
TheQVD developers via the project's Github issue tracker.
thanks+light+love, 20150531
Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
*Sincerely,*
*The nx-libs developers (a combined effort of ArcticaProject / TheQVD / X2Go)*
## Building Under Fedora or EPEL using Mock
...
...
@@ -92,3 +93,22 @@ mock --rebuild ~/result/nx-libs-3.5.99.0-0.0build1.fc23.src.rpm --resultdir ~/re
```
The end result is RPMs under ~/result that you can install (or upgrade to) using yum or dnf, which will resolve their dependencies.
## Building Under Debian or Ubuntu using debuild
Assuming:
1.
The current version is 3.5.99
*
(specified in debian/changelog)
Prerequisites:
1.
Install package "devscripts"
2.
Install the build dependencies.
`dpkg-checkbuilddeps`
can help you identify them.
```
git clone <url> nx-libs
cd nx-libs
debuild -uc -us
cd ..
sudo dpkg -i *3.5.99*.deb
```
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