Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add please to README.rst some description #147

Open
D-Y-V opened this issue Dec 7, 2020 · 0 comments
Open

Add please to README.rst some description #147

D-Y-V opened this issue Dec 7, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@D-Y-V
Copy link

D-Y-V commented Dec 7, 2020

Centos8 build:
a) build process is not recommended in the source tree!!!
b) As we are have 64bit system, libdir must be lib64.

In source root dir do:
$ mkdir binout
$ cd binout
$ cmake -DCMAKE_INSTALL_LIBDIR=lib64 -DCMAKE_BUILD_TYPE=Release ..
$ make
as root:

make install

AND
create in /etc/ld.so.conf.d/ file tarantool-c.conf with content:

 cat  /etc/ld.so.conf.d/tarantool-c.conf 
/usr/local/lib64/

After this, as root execute # ldconfig

@kyukhin kyukhin added the documentation Improvements or additions to documentation label Sep 17, 2021
@kyukhin kyukhin added this to the wishlist milestone Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants