~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxContribItems/wxchart/ReadMe.txt

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 wxChart ReadMe
 
3
 -------------
 
4
 
 
5
 Website: http://wxcode.sourceforge.net/components/wxchart
 
6
 Author: Paolo Gava
 
7
 Version: 1.0 
 
8
 Description:
 
9
 [description of this component]
 
10
 
 
11
 
 
12
 
 
13
 Installation - win32
 
14
 --------------------
 
15
 
 
16
 When building on win32, you can use the makefiles in the BUILD folder using the
 
17
 WX_DIR, WX_DEBUG, WX_UNICODE and WX_SHARED to match your wxWidgets build.
 
18
 Examples:
 
19
 
 
20
   > nmake -fmakefile.vc WX_DIR=c:\path\to\my\wxWidgets WX_UNICODE=0/1 WX_DEBUG=0/1 WX_SHARED=0/1
 
21
   > make -fmakefile.bcc WX_DIR=c:\path\to\my\wxWidgets WX_UNICODE=0/1 WX_DEBUG=0/1 WX_SHARED=0/1
 
22
 
 
23
 
 
24
     
 
25
 Installation - unix
 
26
 -------------------
 
27
 
 
28
 When building on a Linux/GNU-based system, type
 
29
 
 
30
  cd build
 
31
  ./configure
 
32
  make
 
33
 
 
34
 to build against the default build of wxWidgets (the one listed as 'default' 
 
35
 by wx-config --list). Type "./configure --help" for more info.
 
36
 
 
37
 
 
38
 
 
39
 ChangeLog
 
40
 ---------
 
41
 
 
42
 0.1 - first version of wxChart at wxCode
 
43
 
 
44
 0.2 - This is mainly a bug fixes release.
 
45
        The only new feature is the possibility to write the chart to file JPEG, GIF...
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 [optionally: Known bugs, Author's info, ... ]
 
51