Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ezhoikam

Pages: [1]
1
First of all, i did some searching but didn't find needed guide.

Here project folder structure;

-project folder with project name
   --Include    // SFML and other hpp files
   --Lib          // SFML lib files
   --Media       // Fonts, sprites etc.
   --Source      // All source code files.
   --Build        // For Windows and Linux build.
      ---Win32      // optional subdirectories
      ---Win64      // optional subdirectories
      ---Linux      // optional subdirectories

We wanna use Github for collaboration.
We have 4 developers one of them (me) using Archlinux, others using Windows as their OS. I'll use Eclipse C/C++ for IDE and they'll use Visual Studio.

How can we setup build environment for working on same repository from different ide's and os? I tried Cmake but couldn't make it. I'm not good at it's script language. So can anyone help me with making this build structure? Or is it possible?

Pages: [1]