Skip to content

Commit

Permalink
Add Boost.Spirit to Code::Blocks Boost build instructions (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfrenchy83 authored and jyrkive committed Oct 14, 2018
1 parent 0b93eef commit a926195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/CodeBlocks/libraries.md
Expand Up @@ -43,7 +43,7 @@ Run this command for generate `bcp.exe`
```
Create `include` in same path what `boost_...` and run this command:
```
dist\bin\bcp.exe algorithm asio assign bimap container date_time dynamic_bitset exception filesystem iostreams iterator locale math mpl multi_array multi_index program_options ptr_container random range regex serialization system test boost\nondet_random.hpp ..\include
dist\bin\bcp.exe algorithm asio assign bimap container date_time dynamic_bitset exception filesystem iostreams iterator locale math mpl multi_array multi_index program_options ptr_container random range regex serialization system spirit test boost\nondet_random.hpp boost\fusion\include\define_struct.hpp ..\include
```

Replace the outdated files in 'cb/lib' with those from 'boost_.../stage/lib' and those in 'cb/include/boost' with the ones in 'boost_.../boost'.

0 comments on commit a926195

Please sign in to comment.