Sha256: cf02abd1481be905efb936539d7cfb90c8ff14ee5c71d1b5a674820c713c64ba
Contents?: true
Size: 599 Bytes
Versions: 10
Compression:
Stored size: 599 Bytes
Contents
% render "../../layouts/doc.html" do Follow the steps below to setup a new environment. #### 1. Install Origen Follow these instructions to install Origen: [How to Install Origen](http://origen.freescale.net/origen/latest/guides/starting/installing) #### 2. Create the application workspace This workspace must be situated outside of the Origen workspace that you have just created. Execute the following commands: ~~~ mkdir <%= Origen.app.name %> cd <%= Origen.app.name %> dssc setvault <%= Origen.config.vault %> . dssc pop -rec -uni -get -force -ver <%= Origen.app.version %> . ~~~ % end
Version data entries
10 entries across 10 versions & 2 rubygems