Skip to content

skm command not found


Close all open terminal windows and then open a new MINGW64 terminal window and try running the skm command again.

Follow these steps to update your system “Path” variable:

  1. Open Environment Variables Settings

    Use the taskbar search bar to type “environment variables.”

    Select the matching result, as shown below.

    Environment Variables Search

  2. Access the Environment Variables Menu

    In the “System Properties” window, go to the Advanced tab (red box) and click Environment Variables (green box).

    System Properties

  3. Select the Path Variable for Editing

    In the Environment Variables window, locate the Path variable (red box) and select it, then click Edit (green box).

    Edit Path Variable

  4. Add Required Paths for SplashKit

    In the “Edit Environment Variable” window, click New and then add the paths below (replacing livmc with your own username):

    C:\msys64\mingw64\bin
    C:\msys64\home\livmc\.splashkit
    C:\msys64\home\livmc\.splashkit\lib\win64

    Add Paths

    Once the paths are added, click OK on all open windows to save your changes.

  5. Verify the Update

    Open a new MINGW64 terminal and run your program to confirm the paths have been correctly set and that SplashKit functions as expected.