Skip to content

Commit

Permalink
Update install.m
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanoj1996 authored May 1, 2023
1 parent 4d6b014 commit 1a29fec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function install()
GLFW_VER = '3.3.7';
urlsList = fileread("tools/links.json");
blockPath = './blocks/';
examplePath = './examples/';
srcPath = './src/';

glfwRunTimeLib = 'lib-static-ucrt';
Expand All @@ -30,9 +31,10 @@ function install()

%% MATLAB PATH ADDITION
addpath(blockPath);
addpath(examplePath);
savepath
disp(' ')
disp("MuJoCo block library added to MATLAB path and saved");
disp("MuJoCo block library and examples added to MATLAB path and saved");

%% SHARED LIB COPY PATH ADDITION
% Alternatively you can add the dll location to system path
Expand Down

0 comments on commit 1a29fec

Please sign in to comment.