File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ the following instructions run as _root_ uninstall any previous installation of
606032-bit builds of ` ocelot ` .
6161
6262 rm -rf /usr/local/include/cbl /usr/local/include/cdsl /usr/local/include/cel
63- rm /usr/local/lib32 /libcbl* /usr/local/lib32 /libcdsl* /usr/local/lib32 /libcel*
63+ rm /usr/local/lib /libcbl* /usr/local/lib /libcdsl* /usr/local/lib /libcel*
6464
6565To install a new 32-bit builds with their headers, run these:
6666
6767 cp -R build/include/* /usr/local/include/
68- cp -d build/lib/* /usr/local/lib32 /
68+ cp -d build/lib/* /usr/local/lib /
6969 ldconfig
7070
71- where it is assumed that ld.so.conf has ` /usr/local/lib32 ` in it. ` ocelot ` 's
71+ where it is assumed that ld.so.conf has ` /usr/local/lib ` in it. ` ocelot ` 's
7272` Makefile ` is configured to kindly create necessary soft-links to shared
7373objects, and the ` -d ` option to ` cp ` above preserves them.
7474
You can’t perform that action at this time.
0 commit comments