- LinuxCNC
- Installing LinuxCNC
- What does $VERSION mean in "./configure --with-realtime=/usr/realtime-$VERSION"?
What does $VERSION mean in "./configure --with-realtime=/usr/realtime-$VERSION"?
16 Nov 2017 23:43 - 16 Nov 2017 23:46 #101910
by developer
What does $VERSION mean in "./configure --with-realtime=/usr/realtime-$VERSION"? was created by developer
Hi
According to what written in LinuxCNC documents to build for the RTAI realtime platform, requires to pass this option to ./configre: --with-realtime=/usr/realtime-$VERSION.
I want to know that what does $VERSION refer to? And should we write something instead or leaving the same word is enough?
And it's necessary to note that the real path of "realtime" is "/usr/realtime" and has no additional like dash or number.
According to what written in LinuxCNC documents to build for the RTAI realtime platform, requires to pass this option to ./configre: --with-realtime=/usr/realtime-$VERSION.
I want to know that what does $VERSION refer to? And should we write something instead or leaving the same word is enough?
And it's necessary to note that the real path of "realtime" is "/usr/realtime" and has no additional like dash or number.
Last edit: 16 Nov 2017 23:46 by developer.
Please Log in or Create an account to join the conversation.
20 Nov 2017 17:16 #102071
by andypugh
Replied by andypugh on topic What does $VERSION mean in "./configure --with-realtime=/usr/realtime-$VERSION"?
It might auto-substitute, depending if $VERSION is defined in your environment.
But it is probably simpler to actually use the path to the realtime system installed on your machine. (which you can find by simply looking in /usr/ )
But it is probably simpler to actually use the path to the realtime system installed on your machine. (which you can find by simply looking in /usr/ )
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- What does $VERSION mean in "./configure --with-realtime=/usr/realtime-$VERSION"?
Time to create page: 0.087 seconds