tar -xf 5.0.tar.gz CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test COMPILER_HAS_THOSE_TOGGLES -- Performing Test COMPILER_HAS_THOSE_TOGGLES - Success -- Testing if -Werror=pointer-arith can be used -- compiles -- Testing if -Werror=implicit-function-declaration can be used -- compiles -- Testing if -fno-strict-aliasing can be used -- compiles -- Using raylib's GLFW -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Including X11 support -- Found X11: /usr/include -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Audio Backend: miniaudio -- Building raylib shared library -- Generated build type: Release -- Compiling with the flags: -- PLATFORM=PLATFORM_DESKTOP -- GRAPHICS=GRAPHICS_API_OPENGL_33 -- Building examples is enabled -- Looking for CLOCK_MONOTONIC -- Looking for CLOCK_MONOTONIC - found -- Looking for QueryPerformanceCounter -- Looking for QueryPerformanceCounter - not found -- Looking for stdatomic.h -- Looking for stdatomic.h - found -- Testing if -std=c11 can be used -- compiles -- Configuring done (10.7s) -- Generating done (0.9s) -- Build files have been written to: /pap/SlkBuilds/raylib/src/raylib-5.0/raylib-build [ 1%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/context.c.o [ 1%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/init.c.o [ 1%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/input.c.o [ 2%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/monitor.c.o [ 2%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/platform.c.o [ 2%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/vulkan.c.o [ 3%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/window.c.o [ 3%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/egl_context.c.o [ 3%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/osmesa_context.c.o [ 4%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/null_init.c.o [ 4%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/null_monitor.c.o [ 4%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/null_window.c.o [ 5%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/null_joystick.c.o [ 5%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_module.c.o [ 5%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_time.c.o [ 5%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_thread.c.o [ 6%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_init.c.o [ 6%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_monitor.c.o [ 6%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_window.c.o [ 7%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/xkb_unicode.c.o [ 7%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/glx_context.c.o [ 7%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/linux_joystick.c.o [ 8%] Building C object raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_poll.c.o [ 8%] Linking C static library libglfw3.a [ 8%] Built target glfw [ 9%] Building C object raylib/CMakeFiles/raylib.dir/rmodels.c.o [ 9%] Building C object raylib/CMakeFiles/raylib.dir/rcore.c.o [ 9%] Building C object raylib/CMakeFiles/raylib.dir/rshapes.c.o [ 9%] Building C object raylib/CMakeFiles/raylib.dir/rtext.c.o [ 9%] Building C object raylib/CMakeFiles/raylib.dir/rtextures.c.o [ 10%] Building C object raylib/CMakeFiles/raylib.dir/utils.c.o [ 10%] Building C object raylib/CMakeFiles/raylib.dir/raudio.c.o In file included from /pap/SlkBuilds/raylib/src/raylib-5.0/src/raudio.c:223: In function ‘drmp3_L3_decode_scalefactors’, inlined from ‘drmp3_L3_decode’ at /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1793:9, inlined from ‘drmp3dec_decode_frame’ at /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:2323:17: /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1244:42: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1244 | iscf[gr->n_long_sfb + i + 1] = (drmp3_uint8)(iscf[gr->n_long_sfb + i + 1] + (gr->subblock_gain[1] << sh)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h: In function ‘drmp3dec_decode_frame’: /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1210:30: note: at offset 40 into destination object ‘iscf’ of size 40 1210 | drmp3_uint8 scf_size[4], iscf[40]; | ^~~~ In function ‘drmp3_L3_decode_scalefactors’, inlined from ‘drmp3_L3_decode’ at /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1793:9, inlined from ‘drmp3dec_decode_frame’ at /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:2323:17: /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1245:42: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1245 | iscf[gr->n_long_sfb + i + 2] = (drmp3_uint8)(iscf[gr->n_long_sfb + i + 2] + (gr->subblock_gain[2] << sh)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h: In function ‘drmp3dec_decode_frame’: /pap/SlkBuilds/raylib/src/raylib-5.0/src/external/dr_mp3.h:1210:30: note: at offset [41, 296] into destination object ‘iscf’ of size 40 1210 | drmp3_uint8 scf_size[4], iscf[40]; | ^~~~ [ 10%] Linking C shared library libraylib.so [ 10%] Built target raylib [ 10%] Building C object examples/CMakeFiles/audio_module_playing.dir/audio/audio_module_playing.c.o [ 10%] Building C object examples/CMakeFiles/audio_mixed_processor.dir/audio/audio_mixed_processor.c.o [ 10%] Linking C executable audio_mixed_processor [ 11%] Linking C executable audio_module_playing [ 11%] Built target audio_mixed_processor [ 11%] Built target audio_module_playing [ 11%] Building C object examples/CMakeFiles/audio_music_stream.dir/audio/audio_music_stream.c.o [ 12%] Building C object examples/CMakeFiles/audio_raw_stream.dir/audio/audio_raw_stream.c.o [ 12%] Linking C executable audio_music_stream [ 12%] Linking C executable audio_raw_stream [ 12%] Built target audio_music_stream [ 12%] Building C object examples/CMakeFiles/audio_sound_loading.dir/audio/audio_sound_loading.c.o [ 13%] Linking C executable audio_sound_loading [ 13%] Built target audio_raw_stream [ 13%] Building C object examples/CMakeFiles/audio_sound_multi.dir/audio/audio_sound_multi.c.o [ 13%] Linking C executable audio_sound_multi [ 13%] Built target audio_sound_loading [ 14%] Building C object examples/CMakeFiles/audio_stream_effects.dir/audio/audio_stream_effects.c.o [ 14%] Built target audio_sound_multi [ 14%] Building C object examples/CMakeFiles/core_2d_camera.dir/core/core_2d_camera.c.o [ 14%] Linking C executable audio_stream_effects [ 15%] Linking C executable core_2d_camera [ 15%] Built target audio_stream_effects [ 15%] Building C object examples/CMakeFiles/core_2d_camera_mouse_zoom.dir/core/core_2d_camera_mouse_zoom.c.o [ 15%] Built target core_2d_camera [ 15%] Building C object examples/CMakeFiles/core_2d_camera_platformer.dir/core/core_2d_camera_platformer.c.o [ 15%] Linking C executable core_2d_camera_mouse_zoom [ 15%] Built target core_2d_camera_mouse_zoom [ 15%] Building C object examples/CMakeFiles/core_2d_camera_split_screen.dir/core/core_2d_camera_split_screen.c.o [ 16%] Linking C executable core_2d_camera_platformer [ 16%] Linking C executable core_2d_camera_split_screen [ 16%] Built target core_2d_camera_platformer [ 17%] Building C object examples/CMakeFiles/core_3d_camera_first_person.dir/core/core_3d_camera_first_person.c.o [ 17%] Built target core_2d_camera_split_screen [ 17%] Linking C executable core_3d_camera_first_person [ 17%] Building C object examples/CMakeFiles/core_3d_camera_free.dir/core/core_3d_camera_free.c.o [ 18%] Linking C executable core_3d_camera_free [ 18%] Built target core_3d_camera_first_person [ 18%] Building C object examples/CMakeFiles/core_3d_camera_mode.dir/core/core_3d_camera_mode.c.o [ 18%] Built target core_3d_camera_free [ 18%] Linking C executable core_3d_camera_mode [ 19%] Building C object examples/CMakeFiles/core_3d_camera_split_screen.dir/core/core_3d_camera_split_screen.c.o [ 19%] Linking C executable core_3d_camera_split_screen [ 19%] Built target core_3d_camera_mode [ 19%] Building C object examples/CMakeFiles/core_3d_picking.dir/core/core_3d_picking.c.o [ 20%] Linking C executable core_3d_picking [ 20%] Built target core_3d_camera_split_screen [ 20%] Building C object examples/CMakeFiles/core_automation_events.dir/core/core_automation_events.c.o [ 20%] Built target core_3d_picking [ 20%] Building C object examples/CMakeFiles/core_basic_screen_manager.dir/core/core_basic_screen_manager.c.o [ 20%] Linking C executable core_automation_events [ 21%] Linking C executable core_basic_screen_manager [ 21%] Built target core_basic_screen_manager [ 21%] Built target core_automation_events [ 21%] Building C object examples/CMakeFiles/core_basic_window.dir/core/core_basic_window.c.o [ 22%] Building C object examples/CMakeFiles/core_basic_window_web.dir/core/core_basic_window_web.c.o [ 22%] Linking C executable core_basic_window [ 22%] Linking C executable core_basic_window_web [ 22%] Built target core_basic_window [ 22%] Building C object examples/CMakeFiles/core_custom_frame_control.dir/core/core_custom_frame_control.c.o [ 22%] Built target core_basic_window_web [ 22%] Building C object examples/CMakeFiles/core_custom_logging.dir/core/core_custom_logging.c.o [ 23%] Linking C executable core_custom_frame_control [ 23%] Linking C executable core_custom_logging [ 23%] Built target core_custom_frame_control [ 24%] Building C object examples/CMakeFiles/core_drop_files.dir/core/core_drop_files.c.o [ 24%] Built target core_custom_logging [ 24%] Building C object examples/CMakeFiles/core_input_gamepad.dir/core/core_input_gamepad.c.o [ 24%] Linking C executable core_drop_files [ 25%] Linking C executable core_input_gamepad [ 25%] Built target core_drop_files [ 25%] Building C object examples/CMakeFiles/core_input_gamepad_info.dir/core/core_input_gamepad_info.c.o [ 25%] Built target core_input_gamepad [ 25%] Linking C executable core_input_gamepad_info [ 25%] Building C object examples/CMakeFiles/core_input_gestures.dir/core/core_input_gestures.c.o [ 26%] Linking C executable core_input_gestures [ 26%] Built target core_input_gamepad_info [ 26%] Building C object examples/CMakeFiles/core_input_gestures_web.dir/core/core_input_gestures_web.c.o [ 26%] Built target core_input_gestures [ 27%] Building C object examples/CMakeFiles/core_input_keys.dir/core/core_input_keys.c.o [ 27%] Linking C executable core_input_keys [ 27%] Built target core_input_keys [ 27%] Linking C executable core_input_gestures_web [ 27%] Building C object examples/CMakeFiles/core_input_mouse.dir/core/core_input_mouse.c.o [ 28%] Linking C executable core_input_mouse [ 28%] Built target core_input_gestures_web [ 28%] Building C object examples/CMakeFiles/core_input_mouse_wheel.dir/core/core_input_mouse_wheel.c.o [ 28%] Built target core_input_mouse [ 28%] Linking C executable core_input_mouse_wheel [ 29%] Building C object examples/CMakeFiles/core_input_multitouch.dir/core/core_input_multitouch.c.o [ 29%] Linking C executable core_input_multitouch [ 29%] Built target core_input_mouse_wheel [ 29%] Building C object examples/CMakeFiles/core_loading_thread.dir/core/core_loading_thread.c.o [ 29%] Built target core_input_multitouch [ 30%] Linking C executable core_loading_thread [ 30%] Building C object examples/CMakeFiles/core_random_values.dir/core/core_random_values.c.o [ 30%] Linking C executable core_random_values [ 30%] Built target core_loading_thread [ 31%] Building C object examples/CMakeFiles/core_scissor_test.dir/core/core_scissor_test.c.o [ 31%] Built target core_random_values [ 31%] Linking C executable core_scissor_test [ 31%] Building C object examples/CMakeFiles/core_smooth_pixelperfect.dir/core/core_smooth_pixelperfect.c.o [ 31%] Linking C executable core_smooth_pixelperfect [ 31%] Built target core_scissor_test [ 32%] Building C object examples/CMakeFiles/core_storage_values.dir/core/core_storage_values.c.o [ 32%] Built target core_smooth_pixelperfect [ 32%] Linking C executable core_storage_values [ 32%] Building C object examples/CMakeFiles/core_vr_simulator.dir/core/core_vr_simulator.c.o [ 33%] Linking C executable core_vr_simulator [ 33%] Built target core_storage_values [ 33%] Building C object examples/CMakeFiles/core_window_flags.dir/core/core_window_flags.c.o [ 33%] Built target core_vr_simulator [ 34%] Building C object examples/CMakeFiles/core_window_letterbox.dir/core/core_window_letterbox.c.o [ 34%] Linking C executable core_window_flags [ 34%] Linking C executable core_window_letterbox [ 34%] Built target core_window_flags [ 34%] Building C object examples/CMakeFiles/core_window_should_close.dir/core/core_window_should_close.c.o [ 35%] Linking C executable core_window_should_close [ 35%] Built target core_window_letterbox [ 35%] Building C object examples/CMakeFiles/core_world_screen.dir/core/core_world_screen.c.o [ 35%] Linking C executable core_world_screen [ 35%] Built target core_window_should_close [ 35%] Building C object examples/CMakeFiles/models_animation.dir/models/models_animation.c.o [ 36%] Linking C executable models_animation [ 36%] Built target core_world_screen [ 36%] Building C object examples/CMakeFiles/models_billboard.dir/models/models_billboard.c.o [ 36%] Built target models_animation [ 36%] Linking C executable models_billboard [ 37%] Building C object examples/CMakeFiles/models_box_collisions.dir/models/models_box_collisions.c.o [ 37%] Linking C executable models_box_collisions [ 37%] Built target models_billboard [ 37%] Building C object examples/CMakeFiles/models_cubicmap.dir/models/models_cubicmap.c.o [ 37%] Built target models_box_collisions [ 37%] Linking C executable models_cubicmap [ 38%] Building C object examples/CMakeFiles/models_draw_cube_texture.dir/models/models_draw_cube_texture.c.o [ 38%] Built target models_cubicmap [ 38%] Building C object examples/CMakeFiles/models_first_person_maze.dir/models/models_first_person_maze.c.o [ 38%] Linking C executable models_draw_cube_texture [ 39%] Linking C executable models_first_person_maze [ 39%] Built target models_draw_cube_texture [ 39%] Building C object examples/CMakeFiles/models_geometric_shapes.dir/models/models_geometric_shapes.c.o [ 39%] Built target models_first_person_maze [ 39%] Linking C executable models_geometric_shapes [ 40%] Building C object examples/CMakeFiles/models_heightmap.dir/models/models_heightmap.c.o [ 40%] Linking C executable models_heightmap [ 40%] Built target models_geometric_shapes [ 40%] Building C object examples/CMakeFiles/models_loading.dir/models/models_loading.c.o [ 40%] Built target models_heightmap [ 40%] Building C object examples/CMakeFiles/models_loading_gltf.dir/models/models_loading_gltf.c.o [ 41%] Linking C executable models_loading [ 41%] Linking C executable models_loading_gltf [ 41%] Built target models_loading [ 41%] Built target models_loading_gltf [ 42%] Building C object examples/CMakeFiles/models_loading_m3d.dir/models/models_loading_m3d.c.o [ 42%] Building C object examples/CMakeFiles/models_loading_vox.dir/models/models_loading_vox.c.o [ 42%] Linking C executable models_loading_m3d [ 43%] Linking C executable models_loading_vox [ 43%] Built target models_loading_m3d [ 43%] Built target models_loading_vox [ 43%] Building C object examples/CMakeFiles/models_mesh_generation.dir/models/models_mesh_generation.c.o [ 43%] Building C object examples/CMakeFiles/models_mesh_picking.dir/models/models_mesh_picking.c.o [ 43%] Linking C executable models_mesh_generation [ 44%] Linking C executable models_mesh_picking [ 44%] Built target models_mesh_generation [ 44%] Building C object examples/CMakeFiles/models_orthographic_projection.dir/models/models_orthographic_projection.c.o [ 44%] Built target models_mesh_picking [ 44%] Linking C executable models_orthographic_projection [ 45%] Building C object examples/CMakeFiles/models_rlgl_solar_system.dir/models/models_rlgl_solar_system.c.o [ 45%] Linking C executable models_rlgl_solar_system [ 45%] Built target models_orthographic_projection [ 45%] Building C object examples/CMakeFiles/models_skybox.dir/models/models_skybox.c.o [ 45%] Built target models_rlgl_solar_system [ 45%] Building C object examples/CMakeFiles/models_waving_cubes.dir/models/models_waving_cubes.c.o [ 46%] Linking C executable models_skybox [ 46%] Linking C executable models_waving_cubes [ 46%] Built target models_skybox [ 46%] Built target models_waving_cubes [ 47%] Building C object examples/CMakeFiles/models_yaw_pitch_roll.dir/models/models_yaw_pitch_roll.c.o [ 48%] Building C object examples/CMakeFiles/easings_testbed.dir/others/easings_testbed.c.o [ 48%] Linking C executable models_yaw_pitch_roll [ 48%] Linking C executable easings_testbed [ 48%] Built target models_yaw_pitch_roll [ 48%] Building C object examples/CMakeFiles/embedded_files_loading.dir/others/embedded_files_loading.c.o [ 48%] Built target easings_testbed [ 49%] Building C object examples/CMakeFiles/raylib_opengl_interop.dir/others/raylib_opengl_interop.c.o [ 49%] Linking C executable raylib_opengl_interop [ 49%] Built target raylib_opengl_interop [ 49%] Building C object examples/CMakeFiles/raymath_vector_angle.dir/others/raymath_vector_angle.c.o [ 50%] Linking C executable raymath_vector_angle [ 50%] Built target raymath_vector_angle [ 50%] Building C object examples/CMakeFiles/rlgl_compute_shader.dir/others/rlgl_compute_shader.c.o [ 50%] Linking C executable embedded_files_loading [ 50%] Linking C executable rlgl_compute_shader [ 50%] Built target embedded_files_loading [ 50%] Built target rlgl_compute_shader [ 51%] Building C object examples/CMakeFiles/rlgl_standalone.dir/others/rlgl_standalone.c.o [ 51%] Building C object examples/CMakeFiles/shaders_basic_lighting.dir/shaders/shaders_basic_lighting.c.o [ 52%] Linking C executable shaders_basic_lighting [ 52%] Built target shaders_basic_lighting [ 52%] Building C object examples/CMakeFiles/shaders_custom_uniform.dir/shaders/shaders_custom_uniform.c.o [ 52%] Linking C executable shaders_custom_uniform [ 52%] Built target shaders_custom_uniform [ 52%] Building C object examples/CMakeFiles/shaders_deferred_render.dir/shaders/shaders_deferred_render.c.o [ 53%] Linking C executable shaders_deferred_render [ 53%] Built target shaders_deferred_render [ 53%] Building C object examples/CMakeFiles/shaders_eratosthenes.dir/shaders/shaders_eratosthenes.c.o [ 53%] Linking C executable shaders_eratosthenes [ 53%] Built target shaders_eratosthenes [ 54%] Building C object examples/CMakeFiles/shaders_fog.dir/shaders/shaders_fog.c.o [ 54%] Linking C executable shaders_fog [ 54%] Built target shaders_fog [ 54%] Building C object examples/CMakeFiles/shaders_hot_reloading.dir/shaders/shaders_hot_reloading.c.o [ 55%] Linking C executable shaders_hot_reloading [ 55%] Built target shaders_hot_reloading [ 55%] Building C object examples/CMakeFiles/shaders_hybrid_render.dir/shaders/shaders_hybrid_render.c.o [ 55%] Linking C executable shaders_hybrid_render [ 55%] Built target shaders_hybrid_render [ 56%] Building C object examples/CMakeFiles/shaders_julia_set.dir/shaders/shaders_julia_set.c.o [ 56%] Linking C executable rlgl_standalone [ 56%] Linking C executable shaders_julia_set [ 56%] Built target rlgl_standalone [ 56%] Building C object examples/CMakeFiles/shaders_lightmap.dir/shaders/shaders_lightmap.c.o [ 56%] Built target shaders_julia_set [ 56%] Building C object examples/CMakeFiles/shaders_mesh_instancing.dir/shaders/shaders_mesh_instancing.c.o [ 57%] Linking C executable shaders_lightmap [ 57%] Linking C executable shaders_mesh_instancing [ 57%] Built target shaders_lightmap [ 57%] Building C object examples/CMakeFiles/shaders_model_shader.dir/shaders/shaders_model_shader.c.o [ 57%] Built target shaders_mesh_instancing [ 58%] Linking C executable shaders_model_shader [ 58%] Building C object examples/CMakeFiles/shaders_multi_sample2d.dir/shaders/shaders_multi_sample2d.c.o [ 58%] Linking C executable shaders_multi_sample2d [ 58%] Built target shaders_model_shader [ 59%] Building C object examples/CMakeFiles/shaders_palette_switch.dir/shaders/shaders_palette_switch.c.o [ 59%] Built target shaders_multi_sample2d [ 59%] Linking C executable shaders_palette_switch [ 59%] Building C object examples/CMakeFiles/shaders_postprocessing.dir/shaders/shaders_postprocessing.c.o [ 60%] Linking C executable shaders_postprocessing [ 60%] Built target shaders_palette_switch [ 60%] Building C object examples/CMakeFiles/shaders_raymarching.dir/shaders/shaders_raymarching.c.o [ 60%] Built target shaders_postprocessing [ 60%] Linking C executable shaders_raymarching [ 61%] Building C object examples/CMakeFiles/shaders_shapes_textures.dir/shaders/shaders_shapes_textures.c.o [ 61%] Linking C executable shaders_shapes_textures [ 61%] Built target shaders_raymarching [ 61%] Building C object examples/CMakeFiles/shaders_simple_mask.dir/shaders/shaders_simple_mask.c.o [ 61%] Built target shaders_shapes_textures [ 61%] Building C object examples/CMakeFiles/shaders_spotlight.dir/shaders/shaders_spotlight.c.o [ 62%] Linking C executable shaders_simple_mask [ 62%] Linking C executable shaders_spotlight [ 62%] Built target shaders_simple_mask [ 63%] Building C object examples/CMakeFiles/shaders_texture_drawing.dir/shaders/shaders_texture_drawing.c.o [ 63%] Built target shaders_spotlight [ 63%] Linking C executable shaders_texture_drawing [ 63%] Building C object examples/CMakeFiles/shaders_texture_outline.dir/shaders/shaders_texture_outline.c.o [ 63%] Linking C executable shaders_texture_outline [ 63%] Built target shaders_texture_drawing [ 64%] Building C object examples/CMakeFiles/shaders_texture_tiling.dir/shaders/shaders_texture_tiling.c.o [ 64%] Built target shaders_texture_outline [ 64%] Linking C executable shaders_texture_tiling [ 64%] Building C object examples/CMakeFiles/shaders_texture_waves.dir/shaders/shaders_texture_waves.c.o [ 65%] Linking C executable shaders_texture_waves [ 65%] Built target shaders_texture_tiling [ 65%] Building C object examples/CMakeFiles/shaders_write_depth.dir/shaders/shaders_write_depth.c.o [ 65%] Linking C executable shaders_write_depth [ 65%] Built target shaders_texture_waves [ 66%] Building C object examples/CMakeFiles/shapes_basic_shapes.dir/shapes/shapes_basic_shapes.c.o [ 66%] Linking C executable shapes_basic_shapes [ 66%] Built target shaders_write_depth [ 66%] Building C object examples/CMakeFiles/shapes_bouncing_ball.dir/shapes/shapes_bouncing_ball.c.o [ 67%] Linking C executable shapes_bouncing_ball [ 67%] Built target shapes_basic_shapes [ 67%] Building C object examples/CMakeFiles/shapes_collision_area.dir/shapes/shapes_collision_area.c.o [ 67%] Built target shapes_bouncing_ball [ 67%] Linking C executable shapes_collision_area [ 68%] Building C object examples/CMakeFiles/shapes_colors_palette.dir/shapes/shapes_colors_palette.c.o [ 68%] Linking C executable shapes_colors_palette [ 68%] Built target shapes_collision_area [ 68%] Building C object examples/CMakeFiles/shapes_draw_circle_sector.dir/shapes/shapes_draw_circle_sector.c.o [ 68%] Built target shapes_colors_palette [ 69%] Building C object examples/CMakeFiles/shapes_draw_rectangle_rounded.dir/shapes/shapes_draw_rectangle_rounded.c.o [ 69%] Linking C executable shapes_draw_rectangle_rounded [ 69%] Linking C executable shapes_draw_circle_sector [ 69%] Built target shapes_draw_rectangle_rounded [ 69%] Built target shapes_draw_circle_sector [ 69%] Building C object examples/CMakeFiles/shapes_draw_ring.dir/shapes/shapes_draw_ring.c.o [ 69%] Building C object examples/CMakeFiles/shapes_easings_ball_anim.dir/shapes/shapes_easings_ball_anim.c.o [ 69%] Linking C executable shapes_easings_ball_anim [ 69%] Built target shapes_easings_ball_anim [ 70%] Building C object examples/CMakeFiles/shapes_easings_box_anim.dir/shapes/shapes_easings_box_anim.c.o [ 70%] Linking C executable shapes_easings_box_anim [ 70%] Built target shapes_easings_box_anim [ 70%] Building C object examples/CMakeFiles/shapes_easings_rectangle_array.dir/shapes/shapes_easings_rectangle_array.c.o [ 71%] Linking C executable shapes_easings_rectangle_array [ 71%] Built target shapes_easings_rectangle_array [ 71%] Building C object examples/CMakeFiles/shapes_following_eyes.dir/shapes/shapes_following_eyes.c.o [ 71%] Linking C executable shapes_following_eyes [ 71%] Built target shapes_following_eyes [ 72%] Building C object examples/CMakeFiles/shapes_lines_bezier.dir/shapes/shapes_lines_bezier.c.o [ 72%] Linking C executable shapes_lines_bezier [ 72%] Built target shapes_lines_bezier [ 72%] Building C object examples/CMakeFiles/shapes_logo_raylib.dir/shapes/shapes_logo_raylib.c.o [ 72%] Linking C executable shapes_logo_raylib [ 72%] Built target shapes_logo_raylib [ 73%] Building C object examples/CMakeFiles/shapes_logo_raylib_anim.dir/shapes/shapes_logo_raylib_anim.c.o [ 73%] Linking C executable shapes_logo_raylib_anim [ 73%] Built target shapes_logo_raylib_anim [ 73%] Building C object examples/CMakeFiles/shapes_rectangle_scaling.dir/shapes/shapes_rectangle_scaling.c.o [ 74%] Linking C executable shapes_rectangle_scaling [ 74%] Built target shapes_rectangle_scaling [ 74%] Building C object examples/CMakeFiles/shapes_splines_drawing.dir/shapes/shapes_splines_drawing.c.o [ 75%] Linking C executable shapes_draw_ring [ 75%] Built target shapes_draw_ring [ 76%] Building C object examples/CMakeFiles/shapes_top_down_lights.dir/shapes/shapes_top_down_lights.c.o [ 76%] Linking C executable shapes_top_down_lights [ 76%] Built target shapes_top_down_lights [ 76%] Building C object examples/CMakeFiles/text_codepoints_loading.dir/text/text_codepoints_loading.c.o [ 77%] Linking C executable text_codepoints_loading [ 77%] Built target text_codepoints_loading [ 77%] Building C object examples/CMakeFiles/text_draw_3d.dir/text/text_draw_3d.c.o [ 77%] Linking C executable text_draw_3d [ 77%] Built target text_draw_3d [ 78%] Building C object examples/CMakeFiles/text_font_filters.dir/text/text_font_filters.c.o [ 78%] Linking C executable text_font_filters [ 78%] Built target text_font_filters [ 78%] Building C object examples/CMakeFiles/text_font_loading.dir/text/text_font_loading.c.o [ 78%] Linking C executable text_font_loading [ 78%] Built target text_font_loading [ 79%] Building C object examples/CMakeFiles/text_font_sdf.dir/text/text_font_sdf.c.o [ 79%] Linking C executable text_font_sdf [ 79%] Linking C executable shapes_splines_drawing [ 79%] Built target text_font_sdf [ 79%] Building C object examples/CMakeFiles/text_font_spritefont.dir/text/text_font_spritefont.c.o [ 79%] Built target shapes_splines_drawing [ 80%] Linking C executable text_font_spritefont [ 80%] Building C object examples/CMakeFiles/text_format_text.dir/text/text_format_text.c.o [ 80%] Linking C executable text_format_text [ 80%] Built target text_font_spritefont [ 81%] Building C object examples/CMakeFiles/text_input_box.dir/text/text_input_box.c.o [ 81%] Built target text_format_text [ 81%] Linking C executable text_input_box [ 81%] Building C object examples/CMakeFiles/text_raylib_fonts.dir/text/text_raylib_fonts.c.o [ 82%] Linking C executable text_raylib_fonts [ 82%] Built target text_input_box [ 82%] Building C object examples/CMakeFiles/text_rectangle_bounds.dir/text/text_rectangle_bounds.c.o [ 82%] Built target text_raylib_fonts [ 83%] Building C object examples/CMakeFiles/text_unicode.dir/text/text_unicode.c.o [ 83%] Linking C executable text_rectangle_bounds [ 83%] Linking C executable text_unicode [ 83%] Built target text_rectangle_bounds [ 83%] Building C object examples/CMakeFiles/text_writing_anim.dir/text/text_writing_anim.c.o [ 83%] Built target text_unicode [ 84%] Linking C executable text_writing_anim [ 84%] Building C object examples/CMakeFiles/textures_background_scrolling.dir/textures/textures_background_scrolling.c.o [ 84%] Linking C executable textures_background_scrolling [ 84%] Built target text_writing_anim [ 84%] Building C object examples/CMakeFiles/textures_blend_modes.dir/textures/textures_blend_modes.c.o [ 84%] Built target textures_background_scrolling [ 84%] Building C object examples/CMakeFiles/textures_bunnymark.dir/textures/textures_bunnymark.c.o [ 85%] Linking C executable textures_blend_modes [ 85%] Linking C executable textures_bunnymark [ 85%] Built target textures_blend_modes [ 86%] Building C object examples/CMakeFiles/textures_draw_tiled.dir/textures/textures_draw_tiled.c.o [ 86%] Built target textures_bunnymark [ 86%] Building C object examples/CMakeFiles/textures_fog_of_war.dir/textures/textures_fog_of_war.c.o [ 86%] Linking C executable textures_draw_tiled [ 87%] Linking C executable textures_fog_of_war [ 87%] Built target textures_draw_tiled [ 87%] Building C object examples/CMakeFiles/textures_gif_player.dir/textures/textures_gif_player.c.o [ 87%] Built target textures_fog_of_war [ 87%] Linking C executable textures_gif_player [ 88%] Building C object examples/CMakeFiles/textures_image_drawing.dir/textures/textures_image_drawing.c.o [ 88%] Linking C executable textures_image_drawing [ 88%] Built target textures_gif_player [ 88%] Building C object examples/CMakeFiles/textures_image_generation.dir/textures/textures_image_generation.c.o [ 88%] Built target textures_image_drawing [ 89%] Linking C executable textures_image_generation [ 89%] Building C object examples/CMakeFiles/textures_image_loading.dir/textures/textures_image_loading.c.o [ 89%] Linking C executable textures_image_loading [ 89%] Built target textures_image_generation [ 89%] Building C object examples/CMakeFiles/textures_image_processing.dir/textures/textures_image_processing.c.o [ 89%] Built target textures_image_loading [ 89%] Building C object examples/CMakeFiles/textures_image_rotate.dir/textures/textures_image_rotate.c.o [ 90%] Linking C executable textures_image_processing [ 90%] Linking C executable textures_image_rotate [ 90%] Built target textures_image_rotate [ 90%] Built target textures_image_processing [ 91%] Building C object examples/CMakeFiles/textures_image_text.dir/textures/textures_image_text.c.o [ 91%] Building C object examples/CMakeFiles/textures_logo_raylib.dir/textures/textures_logo_raylib.c.o [ 92%] Linking C executable textures_logo_raylib [ 92%] Linking C executable textures_image_text [ 92%] Built target textures_logo_raylib [ 92%] Built target textures_image_text [ 92%] Building C object examples/CMakeFiles/textures_mouse_painting.dir/textures/textures_mouse_painting.c.o [ 93%] Building C object examples/CMakeFiles/textures_npatch_drawing.dir/textures/textures_npatch_drawing.c.o [ 93%] Linking C executable textures_npatch_drawing [ 93%] Linking C executable textures_mouse_painting [ 93%] Built target textures_npatch_drawing [ 93%] Building C object examples/CMakeFiles/textures_particles_blending.dir/textures/textures_particles_blending.c.o [ 93%] Built target textures_mouse_painting [ 93%] Building C object examples/CMakeFiles/textures_polygon.dir/textures/textures_polygon.c.o [ 94%] Linking C executable textures_particles_blending [ 94%] Linking C executable textures_polygon [ 94%] Built target textures_particles_blending [ 94%] Building C object examples/CMakeFiles/textures_raw_data.dir/textures/textures_raw_data.c.o [ 95%] Linking C executable textures_raw_data [ 95%] Built target textures_polygon [ 95%] Building C object examples/CMakeFiles/textures_sprite_anim.dir/textures/textures_sprite_anim.c.o [ 95%] Built target textures_raw_data [ 95%] Linking C executable textures_sprite_anim [ 96%] Building C object examples/CMakeFiles/textures_sprite_button.dir/textures/textures_sprite_button.c.o [ 96%] Linking C executable textures_sprite_button [ 96%] Built target textures_sprite_anim [ 96%] Building C object examples/CMakeFiles/textures_sprite_explosion.dir/textures/textures_sprite_explosion.c.o [ 96%] Built target textures_sprite_button [ 97%] Linking C executable textures_sprite_explosion [ 97%] Building C object examples/CMakeFiles/textures_srcrec_dstrec.dir/textures/textures_srcrec_dstrec.c.o [ 97%] Linking C executable textures_srcrec_dstrec [ 97%] Built target textures_sprite_explosion [ 98%] Building C object examples/CMakeFiles/textures_svg_loading.dir/textures/textures_svg_loading.c.o [ 98%] Built target textures_srcrec_dstrec [ 98%] Linking C executable textures_svg_loading [ 98%] Building C object examples/CMakeFiles/textures_textured_curve.dir/textures/textures_textured_curve.c.o [ 98%] Built target textures_svg_loading [ 98%] Building C object examples/CMakeFiles/textures_to_image.dir/textures/textures_to_image.c.o [100%] Linking C executable textures_textured_curve [100%] Linking C executable textures_to_image [100%] Built target textures_textured_curve [100%] Built target textures_to_image [ 8%] Built target glfw [ 10%] Built target raylib [ 10%] Built target audio_mixed_processor [ 11%] Built target audio_module_playing [ 11%] Built target audio_music_stream [ 12%] Built target audio_raw_stream [ 13%] Built target audio_sound_loading [ 13%] Built target audio_sound_multi [ 14%] Built target audio_stream_effects [ 15%] Built target core_2d_camera [ 15%] Built target core_2d_camera_mouse_zoom [ 16%] Built target core_2d_camera_platformer [ 16%] Built target core_2d_camera_split_screen [ 17%] Built target core_3d_camera_first_person [ 18%] Built target core_3d_camera_free [ 18%] Built target core_3d_camera_mode [ 19%] Built target core_3d_camera_split_screen [ 20%] Built target core_3d_picking [ 20%] Built target core_automation_events [ 21%] Built target core_basic_screen_manager [ 21%] Built target core_basic_window [ 22%] Built target core_basic_window_web [ 23%] Built target core_custom_frame_control [ 23%] Built target core_custom_logging [ 24%] Built target core_drop_files [ 25%] Built target core_input_gamepad [ 25%] Built target core_input_gamepad_info [ 26%] Built target core_input_gestures [ 26%] Built target core_input_gestures_web [ 27%] Built target core_input_keys [ 28%] Built target core_input_mouse [ 28%] Built target core_input_mouse_wheel [ 29%] Built target core_input_multitouch [ 30%] Built target core_loading_thread [ 30%] Built target core_random_values [ 31%] Built target core_scissor_test [ 31%] Built target core_smooth_pixelperfect [ 32%] Built target core_storage_values [ 33%] Built target core_vr_simulator [ 33%] Built target core_window_flags [ 34%] Built target core_window_letterbox [ 35%] Built target core_window_should_close [ 35%] Built target core_world_screen [ 36%] Built target models_animation [ 36%] Built target models_billboard [ 37%] Built target models_box_collisions [ 37%] Built target models_cubicmap [ 38%] Built target models_draw_cube_texture [ 39%] Built target models_first_person_maze [ 39%] Built target models_geometric_shapes [ 40%] Built target models_heightmap [ 41%] Built target models_loading [ 41%] Built target models_loading_gltf [ 42%] Built target models_loading_m3d [ 43%] Built target models_loading_vox [ 43%] Built target models_mesh_generation [ 44%] Built target models_mesh_picking [ 44%] Built target models_orthographic_projection [ 45%] Built target models_rlgl_solar_system [ 46%] Built target models_skybox [ 46%] Built target models_waving_cubes [ 47%] Built target models_yaw_pitch_roll [ 48%] Built target easings_testbed [ 48%] Built target embedded_files_loading [ 49%] Built target raylib_opengl_interop [ 50%] Built target raymath_vector_angle [ 50%] Built target rlgl_compute_shader [ 51%] Built target rlgl_standalone [ 52%] Built target shaders_basic_lighting [ 52%] Built target shaders_custom_uniform [ 53%] Built target shaders_deferred_render [ 53%] Built target shaders_eratosthenes [ 54%] Built target shaders_fog [ 55%] Built target shaders_hot_reloading [ 55%] Built target shaders_hybrid_render [ 56%] Built target shaders_julia_set [ 57%] Built target shaders_lightmap [ 57%] Built target shaders_mesh_instancing [ 58%] Built target shaders_model_shader [ 58%] Built target shaders_multi_sample2d [ 59%] Built target shaders_palette_switch [ 60%] Built target shaders_postprocessing [ 60%] Built target shaders_raymarching [ 61%] Built target shaders_shapes_textures [ 62%] Built target shaders_simple_mask [ 62%] Built target shaders_spotlight [ 63%] Built target shaders_texture_drawing [ 63%] Built target shaders_texture_outline [ 64%] Built target shaders_texture_tiling [ 65%] Built target shaders_texture_waves [ 65%] Built target shaders_write_depth [ 66%] Built target shapes_basic_shapes [ 67%] Built target shapes_bouncing_ball [ 67%] Built target shapes_collision_area [ 68%] Built target shapes_colors_palette [ 68%] Built target shapes_draw_circle_sector [ 69%] Built target shapes_draw_rectangle_rounded [ 70%] Built target shapes_draw_ring [ 70%] Built target shapes_easings_ball_anim [ 71%] Built target shapes_easings_box_anim [ 72%] Built target shapes_easings_rectangle_array [ 72%] Built target shapes_following_eyes [ 73%] Built target shapes_lines_bezier [ 73%] Built target shapes_logo_raylib [ 74%] Built target shapes_logo_raylib_anim [ 75%] Built target shapes_rectangle_scaling [ 75%] Built target shapes_splines_drawing [ 76%] Built target shapes_top_down_lights [ 77%] Built target text_codepoints_loading [ 77%] Built target text_draw_3d [ 78%] Built target text_font_filters [ 78%] Built target text_font_loading [ 79%] Built target text_font_sdf [ 80%] Built target text_font_spritefont [ 80%] Built target text_format_text [ 81%] Built target text_input_box [ 82%] Built target text_raylib_fonts [ 82%] Built target text_rectangle_bounds [ 83%] Built target text_unicode [ 84%] Built target text_writing_anim [ 84%] Built target textures_background_scrolling [ 85%] Built target textures_blend_modes [ 85%] Built target textures_bunnymark [ 86%] Built target textures_draw_tiled [ 87%] Built target textures_fog_of_war [ 87%] Built target textures_gif_player [ 88%] Built target textures_image_drawing [ 89%] Built target textures_image_generation [ 89%] Built target textures_image_loading [ 90%] Built target textures_image_processing [ 90%] Built target textures_image_rotate [ 91%] Built target textures_image_text [ 92%] Built target textures_logo_raylib [ 92%] Built target textures_mouse_painting [ 93%] Built target textures_npatch_drawing [ 94%] Built target textures_particles_blending [ 94%] Built target textures_polygon [ 95%] Built target textures_raw_data [ 95%] Built target textures_sprite_anim [ 96%] Built target textures_sprite_button [ 97%] Built target textures_sprite_explosion [ 97%] Built target textures_srcrec_dstrec [ 98%] Built target textures_svg_loading [100%] Built target textures_textured_curve [100%] Built target textures_to_image Install the project... -- Install configuration: "Release" -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/libraylib.so.4.5.0 -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/libraylib.so.450 -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/libraylib.so -- Installing: /pap/SlkBuilds/raylib/pkg/usr/include/raylib.h -- Installing: /pap/SlkBuilds/raylib/pkg/usr/include/rlgl.h -- Installing: /pap/SlkBuilds/raylib/pkg/usr/include/raymath.h -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/pkgconfig/raylib.pc -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/cmake/raylib/raylib-config-version.cmake -- Installing: /pap/SlkBuilds/raylib/pkg/usr/lib/cmake/raylib/raylib-config.cmake /pap/SlkBuilds/raylib/pkg: total 8 drwxr-xr-x 2 root root 4096 Jan 3 23:18 install drwxr-xr-x 6 root root 4096 Jan 3 23:18 usr /pap/SlkBuilds/raylib/pkg/install: total 4 -rw-r--r-- 1 root root 265 Jan 3 23:18 slack-desc /pap/SlkBuilds/raylib/pkg/usr: total 16 drwxr-xr-x 3 root root 4096 Jan 3 23:18 doc drwxr-xr-x 2 root root 4096 Jan 3 23:18 include drwxr-xr-x 4 root root 4096 Jan 3 23:18 lib drwxr-xr-x 3 root root 4096 Jan 3 23:16 src /pap/SlkBuilds/raylib/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Jan 3 23:18 raylib-5.0 /pap/SlkBuilds/raylib/pkg/usr/doc/raylib-5.0: total 256 -rw-r--r-- 1 root root 19326 Jan 3 23:18 BINDINGS.md -rw-r--r-- 1 root root 131502 Jan 3 23:18 CHANGELOG -rw-r--r-- 1 root root 3406 Jan 3 23:18 CONVENTIONS.md -rw-r--r-- 1 root root 10345 Jan 3 23:18 FAQ.md -rw-r--r-- 1 root root 69655 Jan 3 23:18 HISTORY.md -rw-r--r-- 1 root root 4293 Jan 3 23:18 README.md -rw-r--r-- 1 root root 4794 Jan 3 23:18 ROADMAP.md /pap/SlkBuilds/raylib/pkg/usr/include: total 416 -rw-r--r-- 1 root root 124734 Nov 15 12:30 raylib.h -rw-r--r-- 1 root root 62939 Nov 15 12:30 raymath.h -rw-r--r-- 1 root root 229736 Nov 15 12:30 rlgl.h /pap/SlkBuilds/raylib/pkg/usr/lib: total 2200 drwxr-xr-x 3 root root 4096 Jan 3 23:18 cmake lrwxrwxrwx 1 root root 16 Jan 3 23:18 libraylib.so -> libraylib.so.450 -rwxr-xr-x 1 root root 2241544 Jan 3 23:18 libraylib.so.4.5.0 lrwxrwxrwx 1 root root 18 Jan 3 23:18 libraylib.so.450 -> libraylib.so.4.5.0 drwxr-xr-x 2 root root 4096 Jan 3 23:18 pkgconfig /pap/SlkBuilds/raylib/pkg/usr/lib/cmake: total 4 drwxr-xr-x 2 root root 4096 Jan 3 23:18 raylib /pap/SlkBuilds/raylib/pkg/usr/lib/cmake/raylib: total 8 -rw-r--r-- 1 root root 751 Jan 3 23:16 raylib-config-version.cmake -rw-r--r-- 1 root root 2564 Nov 15 12:30 raylib-config.cmake /pap/SlkBuilds/raylib/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 325 Jan 3 23:16 raylib.pc /pap/SlkBuilds/raylib/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Jan 3 23:18 raylib-5.0 /pap/SlkBuilds/raylib/pkg/usr/src/raylib-5.0: total 4 -rw-r--r-- 1 root root 991 Jan 3 23:18 SLKBUILD Slackware package maker, version 3.14159265. Searching for symbolic links: usr/lib/libraylib.so libraylib.so.450 usr/lib/libraylib.so.450 libraylib.so.4.5.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libraylib.so ) ( cd usr/lib ; ln -sf libraylib.so.450 libraylib.so ) ( cd usr/lib ; rm -rf libraylib.so.450 ) ( cd usr/lib ; ln -sf libraylib.so.4.5.0 libraylib.so.450 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libraylib.so' removed './usr/lib/libraylib.so.450' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /pap/SlkBuilds/raylib/raylib-5.0-i586-1pp.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/raylib-5.0/ usr/doc/raylib-5.0/BINDINGS.md usr/doc/raylib-5.0/CHANGELOG usr/doc/raylib-5.0/CONVENTIONS.md usr/doc/raylib-5.0/FAQ.md usr/doc/raylib-5.0/HISTORY.md usr/doc/raylib-5.0/README.md usr/doc/raylib-5.0/ROADMAP.md usr/include/ usr/include/raylib.h usr/include/raymath.h usr/include/rlgl.h usr/lib/ usr/lib/cmake/ usr/lib/cmake/raylib/ usr/lib/cmake/raylib/raylib-config-version.cmake usr/lib/cmake/raylib/raylib-config.cmake usr/lib/libraylib.so.4.5.0 usr/lib/pkgconfig/ usr/lib/pkgconfig/raylib.pc usr/src/ usr/src/raylib-5.0/ usr/src/raylib-5.0/SLKBUILD Slackware package /pap/SlkBuilds/raylib/raylib-5.0-i586-1pp.txz created. Package has been built. Cleaning pkg and src directories