diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-05 23:48:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-05 23:48:17 +0200 |
commit | 5a734b04d2d8c7d4e77e7583a4bda359f8d16329 (patch) | |
tree | db088bea926e581079eac6575aba4e4f2d4c385a /doc | |
parent | 9f8ecc3365f50b0d49c2487c475972197f7cd3f8 (diff) |
Add pre-release instructions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release b/doc/release index 7ab0d91..5f12af1 100644 --- a/doc/release +++ b/doc/release @@ -1,5 +1,14 @@ +0. Pre-release build: + @@ Need -fPIC for Qt5 (-cxxflags "-fPIC") + ./dist.sh -j 10 -cxxflags -fPIC -ccp gcc-5 -cxxp g++-5 -complete -test \ + -db pgsql -mssql-test-options --with-mssql-server=tcp:windows2008r2,1435 \ + 2>&1 | tee dist.log + + cd ~/work/odb/build/mingw-w64 + ./build-dist -j 10 -rebuild -pack 2>&1 | tee build.log + 1. Preparation [ ] Test with the latest GCC snapshot. |