-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INSTALL.txt #108
base: main
Are you sure you want to change the base?
INSTALL.txt #108
Conversation
CMAKE is not easy to use, an INSTALL guide is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this would fit in the readme.
I also would just keep it more formal.
(Just list the command)
|
||
cmake -D CMAKE_PREFIX_PATH=/opt/Qt/5.10.1/gcc_64/lib/cmake .. | ||
|
||
the launch: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"then"?
@@ -0,0 +1,18 @@ | |||
!INSTALL INSTRUCTION | |||
|
|||
launch this commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"these"
|
||
make | ||
|
||
Now you can install it for all users as root with "make install" or "sudo make install"on Ubuntu like distributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space missing after "sudo make install", "Ubuntu-like"
@@ -0,0 +1,18 @@ | |||
!INSTALL INSTRUCTION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INSTALL INSTRUCTIONS
CMAKE is not easy to use, an INSTALL guide is needed.