Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

ENB_APP

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Cedric Roux authored
    protobuf-c does not compile anymore.
    
    Let's handle this a bit better.
    
    We now install protobuf and protobuf-c only for the
    flexran agent. That is, if you want to use the flexran
    agent, you need to install protobuf/protobuf-c and
    you do it this way:
    
      ./build_oai -I -a
    
    (you add -a)
    
    Other targets don't need protobuf nor protobuf-c, so
    it's not installed by the -I command of build_oai,
    unless you pass -a with -I.
    
    Also, we now use protobuf 3.3.0, not 2.6.1. The code
    has been adapted, a quick test seems to indicate that
    the system works, but it has not been intensively tested.
    17b9a9e9
    History
    Name Last commit Last update
    ..