Changes between Version 6 and Version 7 of InstallationGuidelines/Linux/Developer
- Timestamp:
- 12/03/11 00:16:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer
v6 v7 1 1 = Installation Guidelines: Linux - Developer = 2 2 3 As a Developer running Linux, you have 2 choices: 4 * Install Python and all libraries manually: InstallationGuidelines/Linux/Developer/Manual [[br]] 5 //This option -- installing directly on your machine -- takes longer, but allows getting the latest versions of tools and packages. It may be a better choice if you are interested in doing long-term Eden development.// 3 As a Developer running Linux, you have 3 choices: 4 * Install Python and all libraries using a [InstallationGuidelines/Linux/Developer/Script Script] (Ubuntu-only currently). 5 6 * Install Python and all libraries [InstallationGuidelines/Linux/Developer/Manual Manually]. 7 ''This option -- installing directly on your machine -- takes longer than the Virtual Machine, but allows getting the latest versions of tools and packages. It may be a better choice if you are interested in doing long-term Eden development.'' 6 8 7 9 * Install [http://virtualbox.org VirtualBox] & run a [InstallationGuidelines/VirtualMachine Virtual Machine] which includes a pre-configured Eclipse on an Ubuntu OS [[br]] 8 //This is appropriate for getting started quickly -- e.g. if you're participating in a codeathon, or are deploying Eden in an actual event and need to make changes -- as browser and IDE setup has been done. The virtual machine itself will need some setup.// 10 ''This is appropriate for getting started quickly -- e.g. if you're participating in a codeathon, or are deploying Eden in an actual event and need to make changes -- as browser and IDE setup has been done. The virtual machine itself will need some setup.''