Skip to content

Commit

Permalink
Update to linux proj file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowstar committed Jun 2, 2022
1 parent 0a86d59 commit 48f7b52
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions KSPTrajectoryOptimizationTool_Linux.prj
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
<param.installpath.combo>option.installpath.user</param.installpath.combo>
<param.logo />
<param.install.notes />
<param.target.install.notes>In the following directions, replace MR/v910 by the directory on the target machine where MATLAB is installed, or MR by the directory where the MATLAB Runtime is installed.
<param.target.install.notes>In the following directions, replace MR/v912 by the directory on the target machine where MATLAB is installed, or MR by the directory where the MATLAB Runtime is installed.

(1) Set the environment variable XAPPLRESDIR to this value:

MR/v910/X11/app-defaults
MR/v912/X11/app-defaults


(2) If the environment variable LD_LIBRARY_PATH is undefined, set it to the following:

MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/glnxa64:MR/v910/sys/opengl/lib/glnxa64
MR/v912/runtime/glnxa64:MR/v912/bin/glnxa64:MR/v912/sys/os/glnxa64:MR/v912/sys/opengl/lib/glnxa64

If it is defined, set it to the following:

${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/glnxa64:MR/v910/sys/opengl/lib/glnxa64</param.target.install.notes>
${LD_LIBRARY_PATH}:MR/v912/runtime/glnxa64:MR/v912/bin/glnxa64:MR/v912/sys/os/glnxa64:MR/v912/sys/opengl/lib/glnxa64</param.target.install.notes>
<param.intermediate>${PROJECT_ROOT}/deploy/KSPTrajectoryOptimizationTool/for_testing</param.intermediate>
<param.files.only>${PROJECT_ROOT}/KSPTrajectoryOptimizationTool/deploy/for_redistribution_files_only</param.files.only>
<param.output>${PROJECT_ROOT}/deploy/KSPTrajectoryOptimizationTool/for_redistribution</param.output>
Expand Down Expand Up @@ -87,7 +87,6 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
<file>${PROJECT_ROOT}/projectMain.m</file>
</fileset.main>
<fileset.resources>
<file>${PROJECT_ROOT}/appOptions.ini</file>
<file>${PROJECT_ROOT}/bodies.ini</file>
<file>${PROJECT_ROOT}/formsGUIs</file>
<file>${PROJECT_ROOT}/helper_methods</file>
Expand All @@ -112,15 +111,14 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
</build-deliverables>
<workflow />
<matlab>
<root>/usr/local/MATLAB/R2021a</root>
<root>/usr/local/MATLAB/R2022a</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="gpucoder" />
<toolbox name="fixedpoint" />
<toolbox name="matlabhdlcoder" />
<toolbox name="neuralnetwork" />
<toolbox name="polyspacebugfinder" />
</toolboxes>
<toolbox>
<matlabcoder>
Expand Down Expand Up @@ -152,11 +150,6 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
<toolbox>
<polyspacebugfinder>
<enabled>true</enabled>
</polyspacebugfinder>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
Expand Down

0 comments on commit 48f7b52

Please sign in to comment.