*add* adding a dummy configure file which reports for the user that we've changed to cmake
*add* make_relase.sh convenience script which creates a tarball for release (usage: ./make_release.sh RELEASE_VERSION) *fix* get_svnrev.sh fixed is the fallback version is produced git-svn-id: http://tint2.googlecode.com/svn/trunk@494 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
8
configure
vendored
Executable file
8
configure
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This file should be removed for a release, but right now it is here for convenience.
|
||||
# Everyone who is used to build tint2 with ./configure && make && sudo make install will get this message
|
||||
|
||||
echo "Tint2 has changed the build system to CMake"
|
||||
echo "See INSTALL or the wiki page for further building instructions"
|
||||
|
||||
Reference in New Issue
Block a user