You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Now. stonedb compiled with GCC 7.3, and C++ 17. But we want to support the other compiler versions, such as 7.5, 9.x, etc.
The different platforms, such as Suse Linux, RedHat, etc. should be available in future.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
#325)
1: To support GCC 7.5 or higher.
2: To fix up some compilation errors.
3: To support `-DWITH_ROCKSDB` and `-DWITH_MARISA` to specify the directories
in which rocksdb and marisa installed.
)
If you DO NOT specify the boost, rocksdb and marisa installed path, stonedb will think
these libs were installed at system directories, such as `/usr/local`, etc. Therefore, now,
stonedb will use these system path as run-path when do compiling.
Is your feature request related to a problem? Please describe.
Now. stonedb compiled with GCC 7.3, and C++ 17. But we want to support the other compiler versions, such as 7.5, 9.x, etc.
The different platforms, such as Suse Linux, RedHat, etc. should be available in future.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: