S
S
sddvxd2018-04-02 19:59:17
C++ / C#
sddvxd, 2018-04-02 19:59:17

How to distribute your projects?

Hello
I am compiling sources with gcc - bash command. On the control panel, a shortcut to run a script that compiles all cpp files. As soon as more than 1 project began to appear, it became more difficult to manage this heap: you have to copy all the sources to a separate folder, and re-create the header and cpp files in the root of the project.
Can you tell me how best to solve this problem? Without VS (too cumbersome for my endeavors).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Армянское Радио, 2018-04-02
@sddvxd

Вам нужно освоить три вещи.
1. Управление версиями. Чтобы исходники лежали в положенном месте вместе с историей всех-всех-всех файлов, а также с зависимостями. Это будет git
2. Управление сборкой. Чтобы из ваших исходников собирался нужный вам продукт в нужной конфигурации. Причем от 0 до инсталляторов под все-все-все платформы. Это будет cmake
3. IDE. Это такой умный редактор текстов, который интегрирует управление первым и вторым. Тут можно брать любой во вкусу. VC++ хорошо идет.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question