Difference between revisions of "Charon"

From CUSF Wiki
Jump to navigation Jump to search
(Update Charon from latest on GitHub)
("Revert "Update Charon from latest on GitHub"")
Tag: Replaced
Line 1: Line 1:
= Hades =
Charon is an integration between [[Git]] and SolidWorks. Docs are in progress.


Hell itself (aka a minimal Windows vm). Designed for use with [https://github.com/smh-my-head/charon Charon]
[https://github.com/smh-my-head/charon GitHub link]
 
Documentation: [http://creativecommons.org/licenses/by-sa/4.0/ [[File:https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg|CC BY-SA 4.0]]]
 
Code: [https://www.gnu.org/licenses/gpl-3.0.html [[File:https://img.shields.io/badge/License-GPL%20(%3E%3D%203)-lightgrey.svg|CC BY-SA 4.0]]]
 
Tested on Windows 10 20H2 v2 with SolidWorks 2018 SP3
 
== Installation ==
 
If you know any of the contributors personally and have licenses for all of the required proprietary software, drop one of us a message and we can pass on working image (9.9GB, all credit to @henryefranks).
 
Otherwise, have a look at [[docs/install.md|docs/install.md]] to set up the VM from scratch. If you are some sort of masochist and want to do it from scratch despite knowing the contributors, we can send you all the proprietary files necessary (20GB).
 
== Tweaks ==
 
You may like to have a look through the other files in [[docs/|docs/]], which contain tweaks and features you may want to use. These are all implemented in the minimal image we can provide. Note that [[docs/ssh.md|docs/ssh.md]] is required for [https://github.com/smh-my-head/charon Charon]
 
== A Note on SolidWorks Network Licences ==
 
Using this without a SolidWorks Network License contravenes the SolidWorks licensing. However, this procedure ''does'' successfully convince SolidWorks that it’s not in a VM. This is justifiable because there are artificial locks against using “unsupported” hypervisors, so you couldn’t do it without tricking SolidWorks even with the correct license.
 
== License ==
 
The files [[OVMF_CODE.fd|OVMF_CODE.fd]] and [[OVMF_VARS.qcow2|OVMF_VARS.qcow2]] are licensed according to [[EDK2_LICENSE|EDK2_LICENSE]].
 
This file is licensed under a [http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]. See [[DOC_LICENSE|DOC_LICENSE]].
 
[http://creativecommons.org/licenses/by-sa/4.0/ [[File:https://licensebuttons.net/l/by-sa/4.0/88x31.png|CC BY-SA 4.0]]]

Revision as of 15:22, 28 April 2021

Charon is an integration between Git and SolidWorks. Docs are in progress.

GitHub link