Is it possible? When I run this:
cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/Apps/users/hussaif1/r_studio/rstudio-rstudio-6979d6d/exe
I get:
CMake Error at src/cpp/session/CMakeLists.txt:23 (message):
Dictionaries not found (re-run install-dependencies script to install)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UUID_LIBRARIES
linked by target "rstudio-core" in directory /Apps/users/hussaif1/r_studio/rstudio-rstudio-6979d6d/src/cpp/core
-- Configuring incomplete, errors occurred!
I have installed libuuid from source and added it to my LD_LIBRARY_PATH. Do I need to tell cmake where the source files are for libuuid ( /Apps/users/hussaif1/r_studio/util-linux-2.33/libuuid/src )?