Skip to content
Snippets Groups Projects
Commit 0d4d3ab6 authored by juergen's avatar juergen
Browse files

adding README.txt and copying it into bundle

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2442 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 0547d000
No related branches found
No related tags found
No related merge requests found
------------------------------------------------------------------------------
This file is part of the OpenStructure project <www.openstructure.org>
Copyright (C) 2008-2010 by the OpenStructure authors
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3.0 of the License, or (at your option)
any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
------------------------------------------------------------------------------
=========================README=========================
Thank you for using OpenStructure!
This is the current Version of OpenStructure as of June 2010.
Version: 1.0.0a rev 2442
This is a major release containig many bugfixes and improvements considering rendering, GUI and further
functionality.
For feedback or suggestions please contact us at www.openstructure.org!
The OpenStructure Authors
\ No newline at end of file
......@@ -11,10 +11,11 @@ mkdir "%inst_dir%\share\openstructure\examples"
mkdir "%inst_dir%\lib\site-packages"
mkdir "%inst_dir%\bin"
xcopy /E /I ..\..\examples "%inst_dir%\share\openstructure\examples"
rmdir /S /Q "%inst_dir%\share\openstructure\examples\dokk"
xcopy /E /I ..\..\stage\share "%inst_dir%\share\"
REM xcopy /E /I ..\..\website\html "%inst_dir%\share\doc"
copy d:\programs\bin\python.exe "%inst_dir%\bin"
copy ..\README.txt "%inst_dir%"
xcopy /E /I /EXCLUDE:excludes d:\programs\lib "%inst_dir%\lib"
xcopy /E /I ..\..\stage\lib "%inst_dir%\lib"
xcopy /E /I /EXCLUDE:excludes ..\..\stage\bin "%inst_dir%\bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment