Hi guys, I'm trying to build e17 from source to make a module (if I will ever complete my attempt I will release the first build). I made about 2 packages from source using this tutorial here: http://www.slackwiki.com/Building_A_Package (I use the good and decent way)
The problem is that I installed the man pages in /usr/share/man instead of /usr/man. Should I rebuild the packages from scratch?
Doubt on compiling software from source
- francois
- Contributor
- Posts: 6297
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Doubt on compiling software from source
@michele:
As porteus strives for portability and smallness, info and manuals are usually left out. See porteus compiling a package:
http://www.porteus.org/component/conten ... ource.html
Good courage.
As porteus strives for portability and smallness, info and manuals are usually left out. See porteus compiling a package:
http://www.porteus.org/component/conten ... ource.html
Good courage.
Prendre son temps, profiter de celui qui passe.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Doubt on compiling software from source
If the .txz packages are still available, just create a directory, change to this directory, explodepkg /<Path to package>/<pkg>.txz, adjust the man directories, then run installpkg.
Or with module (following precise instructions of brokenman)
# Unpack the module
mkdir /tmp/unpacked
xzm2dir /<Path to>/<module>.xzm /tmp/unpacked
# Adjust the man directories in /tmp/unpacked
# Repack the module
dir2xzm /tmp/unpacked /<Path to>/<module..xzm
# Cleanup
rm -rf /tmp/unapacked
Or with module (following precise instructions of brokenman)
# Unpack the module
mkdir /tmp/unpacked
xzm2dir /<Path to>/<module>.xzm /tmp/unpacked
# Adjust the man directories in /tmp/unpacked
# Repack the module
dir2xzm /tmp/unpacked /<Path to>/<module..xzm
# Cleanup
rm -rf /tmp/unapacked
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- Black ninja
- Posts: 60
- Joined: 18 Aug 2013, 10:23
- Distribution: Based on Debian and Slackware
- Location: Italy
Re: Doubt on compiling software from source
I'm trying to build bullet now but it does not have make files NOR con figure. What should I do?
- francois
- Contributor
- Posts: 6297
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Doubt on compiling software from source
Bullet slackbuild:
http://slackbuilds.org/repository/14.1/ ... es/bullet/
Try with usm and have a look at the output if it does not work (in fact it works without error on my linux box):
In addition to the readme file, there is the install file. But try usm first. If it works there is no reason to bother yourself with the readme and install files.
I imagine that you have the devel.xzm package in you setup (in the /porteus/modules folder).
http://slackbuilds.org/repository/14.1/ ... es/bullet/
Try with usm and have a look at the output if it does not work (in fact it works without error on my linux box):
Code: Select all
root@porteus:~# usm sbo -b bullet
...
...
Slackware package /tmp/bullet-2.82-x86_64-1_SBo.tgz created.
I imagine that you have the devel.xzm package in you setup (in the /porteus/modules folder).
Prendre son temps, profiter de celui qui passe.