8000 GitHub - mikemayne/frd: utilities for dealing with FRD loudspeaker measurements in text files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mikemayne/frd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# testing #

in the root directory of the project:

git clone git@github.com:google/googletest.git

or 

git clone https://github.com/google/googletest.git

# std filesystem #

link with -lstdc++fs, statically so it goes after everything else

# Mac OS #

Mac OS doesnt support c++17 std::filesystem yet, so install and link with boost:

$ brew install boost

# Windows #

It's not straightforward to share a visual studio project that uses the gtest plugin (PR most welcome if I'm wrong).
gtest is very simple to setup for Visual studio though, you can find instructions here:

https://docs.microsoft.com/en-us/visualstudio/test/how-to-use-google-test-for-cpp?view=vs-2019

You'll need to remove precompiled headers under Configuration Properties -> c/c++ -> Pre Compiled Headers -> Pre Compiled Header = Not Using Precompiled headers
You'll also need to set the current working directory to this directory, Configuration Properties -> Debugging -> Working Directory (just browse, or enter ..\..)
You might need to remove the precompiled headers too. 

Alternatively you should be able to build the project with the makefile under Cygwin (Not tested).

About

utilities for dealing with FRD loudspeaker measurements in text files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0