Translations:Download/55/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 2: Line 2:
{{Code|code=
{{Code|code=
cd path/to/directory_containing_AppImage/
cd path/to/directory_containing_AppImage/
chmod +x ./FreeCAD_0.19-24366-Linux-Conda_glibc2.12-x86_64.AppImage
chmod +x ./FreeCAD-0.20.0-Linux-x86_64.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./FreeCAD_0.19-24366-Linux-Conda_glibc2.12-x86_64.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./FreeCAD-0.20.0-Linux-x86_64.AppImage
}}
}}

Revision as of 15:30, 21 June 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Download)
A portable version that doesn't need installation can be achieved by starting FreeCAD with these commands:

Une version portable qui n'a pas besoin d'installation peut être obtenue en démarrant FreeCAD avec ces commandes : introduit dans la version 0.19

cd path/to/directory_containing_AppImage/
chmod +x ./FreeCAD-0.20.0-Linux-x86_64.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./FreeCAD-0.20.0-Linux-x86_64.AppImage