artyom-beilis / cppcms

CppCMS Framework
Other
443 stars 107 forks source link

created a temporary file, so that the build directory will exist when… #101

Closed flyingbarron closed 1 year ago

flyingbarron commented 1 year ago

… the repo is first cloned.

artyom-beilis commented 1 year ago

Usually build directory does not exists for a reason. User can give whatever name he wants to for example build_debug for android it includes arch name.

If the directory exists it make confuse experienced user.

flyingbarron commented 1 year ago
  1. An experienced user will be able to read the readme and not be confused :)
  2. If it makes like easier for a new user, that will help turn the new user into an experienced user faster
  3. If you still don't want the file, then some documentation should be added to explain what's going on to a new user
artyom-beilis commented 1 year ago

You know how to you clean the build directory to restart from scratch?

cd build
rm -fr *

So no... sorry

artyom-beilis commented 1 year ago

The detailed docs are there: http://cppcms.com/wikipp/en/page/cppcms_1x_build

There is a huge wiki with all kind of stuff, for example Windows build: http://cppcms.com/wikipp/en/page/windows_msvc_build