Skip to content

Development environment setup for windows#11

Open
geoffroyjabouley wants to merge 1 commit into
ChazDazzle:chazdazzlefrom
geoffroyjabouley:chazdazzle
Open

Development environment setup for windows#11
geoffroyjabouley wants to merge 1 commit into
ChazDazzle:chazdazzlefrom
geoffroyjabouley:chazdazzle

Conversation

@geoffroyjabouley

Copy link
Copy Markdown

(a bit unusual pull request)

The first time i tried to compile/generate a fpdb package, i fought for hours with finding and installing all the required dependencies.
Thanks to the help of @philroberts, i finally managed to get my development environment ready.

In order to ease newcomers to contribute to this great project, i thought that providing a way of configuring a working development environment would be worthwhile.

All dependencies shall be installed using one script

Follow setup scripts in dev_env_setup/ folder before building fpdb using build_fpdb.bat

All dependencies are installed using one script
follow setup scripts in dev_env_setup/ folder before building fpdb using build_fpdb.bat
@daniatm1903

daniatm1903 commented Jul 21, 2016

Copy link
Copy Markdown

Have I to instal all the dependencies one to one?

@philroberts

Copy link
Copy Markdown
Contributor

I'm not sure I understand the question. Do you have to install exactly
everything this script does? No. It includes a couple of extras you don't
need, like wget, unzip, sed and friends. They are used by the script to
get the actual dependencies, but you could do all those things
manually/with other tools. You do need to get the right python and
visual studio versions. You don't need the postgres or mysql deps if
you're not using either of those databases. You should be able to build
with the latest pyqt and qt versions, but I haven't built for a while, and
you may need to make different patches.

On 22 July 2016 at 09:03, daniatm1903 notifications@github.com wrote:

Have I to instal all the dependencies onte to one?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA62Av6FS_KrNAYjoN26_o9ca6-bRd3dks5qYAHLgaJpZM4FLxZW
.

Phil.

@geoffroyjabouley

Copy link
Copy Markdown
Author

Basically if you start from a fresh win7 install (VM), then you'll end up with an environnement ready to build fpdb.
Maybe it could be updated, i did it with recommended versions of python/vs/qt by @philroberts
Good luck ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants