- print 'VS project generation is not well supported in scons. Resulting projects should build using NMAKE but cannot be used for debugging.'
- print 'The resulting projects will need to modified to use VS natively to compile the code or debug.'
+ print()
+ print('Run "python3 scons/scons.py basic-test" for a basic functionality test')
+ print('Run "python3 scons/scons.py advanced-test" for a single test of ligand and PROPKA support. Requires numpy and PDB2PKA support compiled.')
+ print('Run "python3 scons/scons.py complete-test" for a complete test of all functionality EXCEPT PDB2PKA. Requires numpy and PDB2PKA support compiled.')
+ print('Run "python3 scons/scons.py pdb2pka-test" for a test of PDB2PKA functionality.')
+ print('Run "scons basic-test" for a basic functionality test')
+ print('Run "scons advanced-test" for a single test of ligand and PROPKA support. Requires numpy and PDB2PKA support compiled.')
+ print('Run "scons complete-test" for a complete test of all functionality EXCEPT PDB2PKA. Requires numpy and PDB2PKA support compiled.')
+ print('Run "scons pdb2pka-test" for a test of PDB2PKA functionality.')
+ print(' Requires numpy, PDB2PKA support compiled AND the APBS python3 libraries compiled and installed in the pdb2pka directory.')
+
+ print()
+ print('To setup a web service create a symbolic link to', env['PREFIX'], 'that enables you to view', env['URL'],'after running "scons/scons.py install"')
+ print('To setup a web service create a symbolic link to', env['PREFIX'], 'that enables you to view', env['URL'],'after running "scons install"')
+ print()
+ print('Run "python3 scons/scons.py msvs" to build Visual Studio projects for the Algorithms and pMC_mult modules.')
+ print('Run "scons msvs" to build Visual Studio projects for the Algorithms and pMC_mult modules.')
+ print('VS project generation is not well supported in scons. Resulting projects should build using NMAKE but cannot be used for debugging.')
+ print('The resulting projects will need to modified to use VS natively to compile the code or debug.')