mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
Added test script for library checking
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
4c199c5b50
commit
afaa87a6bf
1 changed files with 8 additions and 4 deletions
12
README
12
README
|
@ -21,10 +21,14 @@ How to build and install the CINNAMON packages using these scripts:
|
|||
|
||||
3. Install bash-completion from /extra before building the packages.
|
||||
|
||||
4. Reinstall startup-notifications and NetworkManager to avoid broken build on
|
||||
cinnamon-control-center and muffin. I know it's strange things to do, but
|
||||
this problem did happen on a clean installation of Slackware64-14.1 and
|
||||
reinstalling it before building solved the problems for me.
|
||||
4. Run libtest.sh script in test-script directory as root to make sure your
|
||||
libraries are not corrupted. These errors are safe and can be ignored:
|
||||
lddlibc4: cannot read header from `/usr/bin/htmlview': No such file or directory
|
||||
lddlibc4: cannot read header from `/usr/bin/krdb': No such file or directory
|
||||
lddlibc4: cannot read header from `/usr/bin/pnmnoraw': No such file or directory
|
||||
lddlibc4: cannot read header from `/usr/bin/pnmtoplainpnm': No such file or directory
|
||||
If you get a result of Invalid ELF header, that means one of your libraries
|
||||
are corrupted and must be fixed first before building this packages.
|
||||
|
||||
5. Run the 'build-cinnamon.sh' in the root directory which will build
|
||||
and install all the cinnamon packages including the necessary dependencies.
|
||||
|
|
Loading…
Reference in a new issue