Author Topic: building PDW. Help requested  (Read 14548 times)

thekr1s

  • Member
  • *
  • Posts: 2
    • View Profile
building PDW. Help requested
« on: 03 Nov 2015, 19:48:20 »
I have retrieved the source code from the GIT archive, but I have problems building it. I have failed to open  the .dsp in different versions of visual studio. Loading / converting the .dsp stops without a message or I get the message that the .dsp is corrupt.

Can anyone give some help to get the project loaded and build in visual studio?


Regards,
 RMW

thekr1s

  • Member
  • *
  • Posts: 2
    • View Profile
Re: building PDW. Help requested
« Reply #1 on: 08 Dec 2015, 13:07:06 »
Is someone building PDW from source anyway?
To get things going I grabbed and build gnuradio / linux. Usung that now for decoding.

Discriminator

  • Administrator
  • Top Member
  • ***
  • Posts: 185
    • View Profile
Re: building PDW. Help requested
« Reply #2 on: 20 Aug 2016, 19:50:47 »
This was new for me as well. This is what I did for the latest release;

- Installed cmake 2.8.11
- Installed Visual Studio 2012 Express

- In cmake, entered the source directory and output directory (in my case both  E:/.../pdw), then  'Generate'.
- In Visual Studio, opened the generated pdw.vcxproj file and chose 'Build Solution'