Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
starrygl-DynamicHistory
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhlj
starrygl-DynamicHistory
Commits
b84f3d4c
Commit
b84f3d4c
authored
Dec 14, 2023
by
Wenjie Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkdir starrygl/lib when fresh installing
parent
4d52b404
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
install.sh
+1
-1
No files found.
install.sh
View file @
b84f3d4c
#!/bin/bash
#!/bin/bash
mkdir
-p
build
&&
cd
build
mkdir
-p
build
starrygl/lib
&&
cd
build
cmake ..
\
cmake ..
\
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
\
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
\
-DCMAKE_PREFIX_PATH
=
"/home/hwj/.miniconda3/envs/sgl/lib/python3.10/site-packages"
\
-DCMAKE_PREFIX_PATH
=
"/home/hwj/.miniconda3/envs/sgl/lib/python3.10/site-packages"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment