• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Artworks/H03-May-2022-8,8018,793

Distributions/H14-May-2007-1,5541,215

Documents/OSX/H14-May-2007-8,3457,539

Experiments/H14-May-2007-43,07040,736

Framework/H14-May-2007-736522

License/H03-May-2022-20067

Loaders/H14-May-2007-89,17671,194

Modules/H03-May-2022-1,732,1981,722,121

Utilities/H14-May-2007-3,7363,161

MakefileH A D14-May-2007403 219

Makefile.DarwinH A D14-May-20071.3 KiB4226

Makefile.FreeBSDH A D14-May-20071.6 KiB331

Makefile.GenericH A D14-May-20072 KiB4610

Makefile.LinuxH A D14-May-20071.7 KiB364

READMEH A D14-May-20072 KiB5234

README

1OpenVanilla 0.7.2: Framework, Loaders and Modules
2Copyright (c) 2004-2006 The OpenVanilla Project
3
4Last updated: 2006-01-16
5
6== To Build OpenVanilla 0.7.2 for OS X ==
7
8From version 0.7.2 on, the build system is simplified. Although you can
9"sudo make install" to build install everything, this is discouraged
10following the xcodebuild's convention. Instead, try to build and install
11everything with the following commands:
12
13* make DSTROOT=/tmp/foobar install
14* sudo cp -r /tmp/foobar/* /
15
16If you encounter problem "overwriting" this directory:
17
18    /Library/Frameworks/OpenVanilla.framework
19
20You might as well do the following before you "sudo cp" the files:
21
22    sudo rm -rf /Library/Frameworks/OpenVanilla.framework
23
24Make sure you "sudo rm" the the right directory, you have been warned.
25
26This extra step allows you to examine the built files or even set
27appropriate ownership before you "sudo cp" and overwrite everything.
28
29== Note for OS X Users ==
30
31Although the Loader 0.7.2 uses a different bundle name and a different
32bundle identifier, OS X does not allow 0.7.2 to co-work with 0.7.1--
33although they can show up together in the "input menu," you won't be
34able to choose either of them until you uncheck one of them in the
35input menu.
36
37== Note for Linux/FreeBSD/Windows Users -- IMPORTANT!! ==
38
39Currently we're working on the release of the OS X version of 0.7.2;
40as of 16 January 2006, EVERY DIRECTORY YOU HAVE SEEN HERE HAVE UNDERGONE
41TREMENDOUS RELOCATION OR SIMPLY REMOVAL. At the present time only
42the OS X version will build. Neither a build for Linux/FreeBSD (OV-SCIM)
43or one for Windows (OVIME) is scheduled due to our limited resource. If
44you would like to build from source code, please DO NOT USE THE CODE IN
45THE trunk/ , please checkout instead from the branches/0.7.1 as in :
46
47    http://svn.openfoundry.org/openvanilla/branches/0.7.1
48
49Or, if you would like to checkout from the trunk, please use the version
50PRIOR to r1588 (from the point of which on the work of 0.7.2 began).
51
52