https://github.com/jrincayc/ucblogo-code
Revision 6f3ff957f9a17c23c9a6b987efd1bb093f814296 authored by chou86_e on 23 August 2008, 18:46:24 UTC, committed by chou86_e on 23 August 2008, 18:46:24 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@183 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent c38d89e
Raw File
Tip revision: 6f3ff957f9a17c23c9a6b987efd1bb093f814296 authored by chou86_e on 23 August 2008, 18:46:24 UTC
Save/restore possible user print_string{ptr,len} around Logo's uses
Tip revision: 6f3ff95
INSTALL
Installation Instructions:

Linux:

Install wxGtk
In the logo directory:
>./configure
>make


Mac:

Instal wxMac
In the logo directory:
>./configure
>make mac

Windows instal instructions:

Install wxMSW

From Explorer, double click UCBLogo.dsw
From the menu bar, click Project, and select Insert Project into Workspace
Browse to the directory where you installed wxWidgets, select build/msw/wx_base.dsp
Repeat for wx_html and wx_core 
Right click on UCBLogo classes in the ClassView and select Set As Active Project
Select Build, Build UCBLogo
back to top