Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clion instructions are incorrect #241

Open
edwardotis opened this issue Sep 12, 2015 · 3 comments
Open

Clion instructions are incorrect #241

edwardotis opened this issue Sep 12, 2015 · 3 comments

Comments

@edwardotis
Copy link

Hello,

http://docs.biicode.com/c++/integration/ides.html#clion

Instructions say to run init inside an existing project. This is wrong:

******@eoj-vm:~/dev/unit_test$ bii init unit_test -l=clion
ERROR: Cannot create project inside other project

However, it's also not possible to configure clion either.

***@eoj-vm:~/dev/unit_test$ bii configure -G "clion"
INFO: Processing changes...
WARN: Changed CMake generator, regenerating project
Running: "cmake" -G "clion" -Wno-dev ../cmake
CMake Error: Could not create named generator clion

I've tried to init the unit_test example with clion.
However, after doing that, the bii find command fails to resolve dependencies.
***@eoj-vm:~/dev/unit_test$ bii find
INFO: Processing changes...
INFO: No deps to find on server

What are proper steps to get the basic unit_test example working with clion?

Thanks,

Ed

@tester5000
Copy link

+1 update docs

@tester5000
Copy link

Found solution http://blog.nobel-joergensen.com/2015/07/16/getting-started-with-sdl2-using-biicode-and-clion/

bii init unit_test -l=clion
cd unit_test
mkdir -p blocks/username/unit_test_block
touch blocks/username/unit_test_block/main.cpp

Place code into the main.cpp file

bii configure
bii build
./bin/user_unit_test_main

@danimtb
Copy link
Member

danimtb commented Dec 3, 2015

Now it's easy, just make PR to biicode docs :)
On 3 Dec 2015 21:28, "tester5000" notifications@github.com wrote:

Found solution
http://blog.nobel-joergensen.com/2015/07/16/getting-started-with-sdl2-using-biicode-and-clion/

bii init unit_test -l=clion
cd unit_test
mkdir -p blocks/username/unit_test_block
touch blocks/username/main.cpp

Place code into the main.cpp file

bii configure
bii build
./bin/user_unit_test_main or


Reply to this email directly or view it on GitHub
#241 (comment).

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

No branches or pull requests

3 participants